Skip to content

marianoperez/chico

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chico UI

Chico UI is a free and open source collection of easy-to-use UI components for designers and developers.

Get things done, quickly.

Development setup

  1. Install Git and NodeJS.

  2. Open your terminal and clone mercadolibre/chico by running:

     $ git clone git@github.com:mercadolibre/chico.git
    
  3. Now go to the project's folder:

     $ cd chico
    
  4. Install its dependencies:

     $ npm install
    
  5. Install grunt-cli:

     $ npm install grunt-cli -g
    
  6. Run a local web server:

     $ npm start
    

    Navigate http://localhost:3040 and http://localhost:3040/mobile.

  7. Develop! :)

NOTE

Please read through our code style guides:

## API Doc

You can read our API Doc.

The API doc may also be run locally by running:

grunt doc -env=ui
grunt doc -env=mobile

Navigate ./doc directory and enjoy!

## Tests You can run our tests in your browser:

  1. Run the local web server:

     $ npm start
    
  2. Navigate http://localhost:3040/test/:component

We are going to automate it! :)

## Get in touch

## Maintained by

## Thanks to

  • 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

MercadoLibre

## License Licensed under the MIT license.

Copyright (c) 2013 MercadoLibre.

About

A collection of easy-to-use UI components.

Resources

License

Stars

Watchers

Forks

Packages

No packages published