Chico UI is a free and open source collection of easy-to-use UI components for designers and developers.
Get things done, quickly.
-
Open your terminal and clone
mercadolibre/chico
by running:$ git clone git@github.com:mercadolibre/chico.git
-
Now go to the project's folder:
$ cd chico
-
Install its dependencies:
$ npm install
-
Install
grunt-cli
:$ npm install grunt-cli -g
-
Run a local web server:
$ npm start
Navigate http://localhost:3040 and http://localhost:3040/mobile.
-
Develop! :)
NOTE
Please read through our code style guides:
## API Doc
[Temporally] Before run grunt doc, change this file with:
else {
var newUrl = url.replace('ch.', '/chico/api-doc/'+options.cssClass+'/');
newUrl = newUrl.toLowerCase();
newUrl = newUrl.replace('.html', '');
return util.format('<a href="%s%s"%s>%s</a>', newUrl, fragmentString, classString, text);
}
You can read our API Doc.
The API doc may also be run locally by running:
grunt doc
Navigate ./api-doc/version
directory and enjoy!
## API Doc to gh-pages
You can publish the API Doc to gh-pages following these steps:
-
Run locally from master branch:
$ grunt docToSite
-
Run locally from gh-pages branch:
$ git pull origin gh-pages $ npm install $ grunt getVersion $ jekyll build
-
Commit and push the updates files
## Tests You can run our tests in your browser:
-
Run the local web server:
$ npm start
-
Navigate
http://localhost:3040/test/:component
We are going to automate it! :)
## Get in touch
- E-mail: chico at mercadolibre dot com
- Twitter: @chicoui
- Web: http://chico-ui.com.ar/
## Maintained by
## Thanks to
- Guille Paz (@pazguille).
- Natan Santolo (@natos). Creator and former leader, now traveling around the world, drinking beer and looking for the secret of eternal life.
- Nati Devalle (@taly). Because we love her. She is awesome!
## Credits
## License Licensed under the MIT license.
Copyright (c) 2014 MercadoLibre.