- Install node.js and npm.
- Run
[sudo] npm install -g grunt-clito install the grunt command line interface. - Run
[sudo] npm install -g bowerto install bower. - Run
bower installto install all the needed front-end dependencies. - Run
npm installto install all the node modules needed for the grunt build.
- Run
grunt checkto execute all the checking tasks. - Run
gruntto execute all the checking tasks and start a local HTTP server on the source files. - Run
grunt buildto execute all the checking tasks and build the distributable files. - Run
grunt distto execute all the checking tasks, build the distributable files and start a local HTTP server on the distributable files. - Run
grunt publishto execute all the checking tasks, build the distributable files and publish them to your gh-pages branch on GitHub.
The content of this project is licensed under the Creative Commons Attribution 4.0 International License, and the source code is licensed under the MIT license.
