# Fork

Feel free to fork the project

    $ git clone git://github.com/danlevan/google-material-color.git

# Requirement

* Node v
* Ruby v with compass

# Run

Install [gulp](http://gulpjs.com/)

    $ npm install --global gulp

Install the package

    $ npm install

Run `gulp` to build the packages. The packages are in /dist/.

    $ gulp

Run `gulp test` to build the test page. The test page can be found in /test/.

    $ gulp test