- Node.js (see https://nodejs.org/ for installation and setup)
- Bower:
npm install -g bower - Grunt:
npm install -g grunt-cli
- Fork and clone the project
- Set the project root folder as the current working directory
- Install all dependencies:
npm install
The default Grunt task will start a BrowserSync instance for local development. All development should be done in the www folder. You may use Bower to install additional dependencies such as Bootstrap.
Command: grunt
When ready, the web application can be deployed to the docs directory. Use the docs folder as the source for your project's GitHub Page.
Command: grunt deploy
Disclaimer: Use at your own risk. No support will be provided and the author will not responsible for the outcome of your project that is based on this template.