Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 440 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (15 loc) · 440 Bytes

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

$ 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