Clay will give you a solid starting point to develop your next awesome project.
# Install dependencies
$ npm install
# Run tasks and serve
$ npm run start
# or
$ gulp --pretty- With
gulp helpyou can obtain all automatic tasks used in the project. - With
gulp productionornpm run distyou can create adist/folder which contains your project with all assets optimized and ready to be deployed.
If you have any suggestions about the css and js structure/best practices, new gulp tasks and so on, please contribute and make a pull request.
- Fork the original repo
- if you have to test some new css/js feature, type
npm run startwhich will start the dev server. - Make a pull request
- Feel proud to contribute to the open source world :)