{"id":13452667,"url":"https://github.com/IcaliaLabs/furatto","last_synced_at":"2025-03-23T21:34:59.156Z","repository":{"id":58221171,"uuid":"11378510","full_name":"IcaliaLabs/furatto","owner":"IcaliaLabs","description":"It's a flat, fast and powerful front-end framework for  rapid web development.","archived":true,"fork":false,"pushed_at":"2018-01-18T18:06:37.000Z","size":49304,"stargazers_count":837,"open_issues_count":7,"forks_count":109,"subscribers_count":66,"default_branch":"master","last_synced_at":"2024-10-01T00:18:28.155Z","etag":null,"topics":["css","flat","framework","furatto","sass","web-development"],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IcaliaLabs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-07-12T21:32:07.000Z","updated_at":"2024-08-24T07:47:07.000Z","dependencies_parsed_at":"2022-08-31T02:51:16.191Z","dependency_job_id":null,"html_url":"https://github.com/IcaliaLabs/furatto","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IcaliaLabs%2Ffuratto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IcaliaLabs%2Ffuratto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IcaliaLabs%2Ffuratto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IcaliaLabs%2Ffuratto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IcaliaLabs","download_url":"https://codeload.github.com/IcaliaLabs/furatto/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221918482,"owners_count":16901636,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","flat","framework","furatto","sass","web-development"],"created_at":"2024-07-31T08:00:19.780Z","updated_at":"2025-03-23T21:34:59.114Z","avatar_url":"https://github.com/IcaliaLabs.png","language":"CSS","funding_links":[],"categories":["CSS","Frameworks / Resources"],"sub_categories":["F"],"readme":"# [Furatto](https://github.com/IcaliaLabs/furatto)\n\n[![Gitter](https://badges.gitter.im/JoinChat.svg)](https://gitter.im/IcaliaLabs/furatto?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n[![Code Climate](https://codeclimate.com/repos/5713ce158daddd00680007d9/badges/6c5f5bc27ef0c8718ced/gpa.svg)](https://codeclimate.com/repos/5713ce158daddd00680007d9/feed)\n[![Issue Count](https://codeclimate.com/repos/5713ce158daddd00680007d9/badges/6c5f5bc27ef0c8718ced/issue_count.svg)](https://codeclimate.com/repos/5713ce158daddd00680007d9/feed)\n\nFuratto is a lightweight \u0026 friendly front-end framework got get the job done, created and maintained by [Abraham Kuri](https://twitter.com/kurenn) from [Icalia Labs](http://twitter.com/icalialabs).\n\n\nTo get started, checkout:\n\n#### [http://icalialabs.github.io/furatto/](http://icalialabs.github.io/furatto/)\n\n## Table of contents\n- [Quick start](#quick-start)\n- [Bug tracker \u0026 feature request](#bug-tracker-\u0026-feature-request)\n- [Documentation](#documentation)\n- [Compiling CSS and Javascript](#compiling-css-and-javascript)\n- [Using Rails](#using-rails)\n- [Contributing](#contributing)\n- [Community](#community)\n- [Using Furatto](#using-furatto)\n- [Heroes](#heroes)\n- [License](#license)\n\n## Quick start\n\nUsing Furatto is extremely easy, we've provided three quick start options:\n\n* [Download the latest release](http://icalialabs.github.io/furatto/).\n* Clone the repo: `git clone git@github.com:IcaliaLabs/furatto.git`.\n* Install via bower: `bower install furatto`.\n\nWe recommend you read the  [Getting started guide](http://icalialabs.github.io/furatto/docs/) for information about the contents, caveats and more.\n\n\n## Bug tracker \u0026 feature request\n\nHave a bug or a feature request? [Please open a new issue](https://github.com/IcaliaLabs/furatto/issues). Before opening any issue, please search for existing issues.\n\nWe recommend you to read the version [milestiones](https://github.com/IcaliaLabs/furatto/issues?milestone=2\u0026state=open) if you feel like want to collaborate.\n\n\n## Documentation\n\nFuratto's documentation is built using [Jekyll](http://jekyllrb.com/) and publish thorugh Github pages at [http://icalialabs.github.io/furatto/](http://icalialabs.github.io/furatto/). You should be able to run them locally.\n\n### Running documentation locally\n\n1. You need to install [Jekyll](http://jekyllrb.com/) or run `bundle install`\n2. From the root of the project `furatto/` run `jekyll serve --watch` from the command line, this way if you change any file jekyll will generate that for you.\n3. Open \u003chttp://localhost:9001/furatto\u003e and you are good to go.\n\nJekyll is a great way to work with static pages, we definitely recommend you take a look at the [documentation](http://jekyllrb.com/docs/home).\n\n### Old documentation\n\nWe still provide support for version 1 and 2 as it is a big change from one to another, you can visit the old docs [V1](http://icalialabs.github.io/furatto/old_docs/v1/) and [V2](http://icalialabs.github.io/furatto/old_docs/v2/).\n\nWe encourage you to migrate to version 3 as is a more stable, friendly and extendable version.\n\n## Compiling CSS and JavaScript\n\nFuratto V3 now uses [Grunt](http://gruntjs.com/) to compile all the Sass code and start working with the framework. Before getting started you need to add the necessary dependencies:\n\n### Installing Grunt\n\nFrom the command line:\n\n1. Install `grunt-cli` globally with `npm install -g grunt-cli`.\n2. Navigate to the root `/furatto` directory, then run `npm install`. npm will look at [package.json](https://github.com/icalialabs/furatto/blob/master/package.json) and automatically install the necessary local dependencies listed there.\n\nIf you need to install npm, or you are not quite sure what it is, here is a quick link for you to get started. [NPM](https://github.com/npm/npm)\n\n### Available Grunt tasks\n\nSome of the grunt tasks are:\n\n#### Build - `grunt`\nThis task will build the whole framework, which means, sass compilation, coffeescript compilation, dist directory creation, compression of files and more.\n\n### Workflow\n\nWe have a very useful workflow to work with Furatto and Grunt:\n\n1. Run `jekyll serve --watch` from the command line on the root folder `furatto/`\n2. In another terminal run `grunt watch`, which will be pending of any change on any coffeescript or sass file. It will compile everything up and deliver it to Jekyll, which by receiving the change will regenerate the necessary files.\n\nWe also include livereload to reload when the watch task is over, for more info refer to the our [Gruntfile](https://github.com/IcaliaLabs/furatto/blob/v3.0.0/Gruntfile.js)\n\n## Using Rails?\n\nA gem to integrate with Furatto is well maintain by [@kurenn](https://twitter.com/kurenn), this will help you start coding your front end right away. Here is the [gem](https://github.com/IcaliaLabs/furatto-rails)\n\n## Contributing\n\nPlease submit all pull requests against a separate branch. Please follow the standard for naming the variables, mixins, etc.\n\nIn case you are wondering what to attack, we hnow have a milestone with the version to work, some fixes and refactors. Feel free to start one.\n\nThanks!\n\n## Community\n\nKeep track of new feautres, development issues and community news.\n\n* Follow [@furattoicalia](https://twitter.com/furattoicalia)\n* Have a question about anything, email us at weare@icalialabs.com\n\n## Using Furatto?\n\nWe will love to hear wheter you are using Furatto for testing, prototyping or online sites, checkout who is in already [here](https://github.com/IcaliaLabs/furatto/blob/master/USING_FURATTO.md)\n\n\n## Heroes\n\n**Abraham Kuri**\n\n+ [http://twitter.com/kurenn](http://twitter.com/kurenn)\n+ [http://github.com/kurenn](http://github.com/kurenn)\n+ [http://klout.com/#/kurenn](http://klout.com/#/kurenn)\n\n\n## Copyright and license\n\nCode and documentation copyright 2013-2014 Icalia Labs. Code released under [the MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIcaliaLabs%2Ffuratto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FIcaliaLabs%2Ffuratto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIcaliaLabs%2Ffuratto/lists"}