Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.
/ furatto Public archive

It's a flat, fast and powerful front-end framework for rapid web development.

License

Notifications You must be signed in to change notification settings

IcaliaLabs/furatto

Repository files navigation

Furatto is a flat, fast and powerful front-end framework for rapid web development, created and maintained by Abraham Kuri from Icalia Labs. It is based on other frameworks as a start point, such as Twitter Bootstrap, Foundation.

To get started, checkout:

Quick start

Using Furatto is easier than ever, we provided three quick start options:

Read the Getting started guide for information about the contents, caveats and more.

Bug tracker & feature request

Have a bug or a feature request? Please open a new issue. Before opening any issue, please search for existing issues.

Documentation

We still provide support for version 1.0 as it is a big change from one to another, you can visit the old docs here.

Compiling CSS and JavaScript

Furatto includes a Makefile to compile all the Sass code and start working with the framework. Before getting started you need to add the necessary dependencies:

	$ bundle
	$ npm install

This will install some ruby dependencies like the Compass compiler, and other node.js packages used to compile the assets.

When you are done, you should be able to run the makefile provided:

####build - make

We decided to switch from CodeKit as some people would not want to pay for it, and just use open source.

Using Rails?

Thanks to @kurenn the furatto-rails gem makes it easy to integrate Furatto with a Rails app.

Contributing

Please submit all pull requests against a separate branch. Please follow the standard for naming the variables, mixins, etc.

Thanks!

Community

Keep track of new feautres, development issues and community news.

Using Furatto?

We will love to hear wheter you are using Furatto for testing, prototyping or online sites, checkout who is in already here

Authors

Abraham Kuri

Copyright and license

Copyright 2012 Icalia Labs, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.