Furatto — A flat front-end framework
GitHub: https://github.com/IcaliaLabs/furatto
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:
http://icalialabs.github.io/furatto/ !
Quick start
Three quick start options are available:
- Download the latest release.
- Clone the repo:
git clone git@github.com:IcaliaLabs/furatto.git
.
Bug tracker
Have a bug or a feature request? Please open a new issue. Before opening any issue, please search for existing issues and read the [Issue Guidelines].
Community
Keep track of new feautres, development issues and community news.
- Follow @ifuratto
- Have a question about anything, email us at weare@icalialabs.com
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:
$ gem install compass
More information about Compass
As furatto uses node.js to compile the assets, you need to add the locally:
$ npm install
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.
'프로그래밍' 카테고리의 다른 글
Skeuocard: An innovative way to enter credit card details (0) | 2013.08.08 |
---|---|
YouCompleteMe — Fuzzy-search code completion in Vim (0) | 2013.08.06 |
Monsta FTP — FTP cloudware (0) | 2013.07.31 |
[Erlang] Erlang/OTP http://erlang.org (0) | 2013.07.31 |
Reveal — Runtime inspection for iOS apps (0) | 2013.07.29 |