1 - Install the nodejs.
2 - Install the grunt-cli
$ npm install -g grunt-cli3 - Fork it!
4 - Clone
5 - Install all dependencies.
$ npm install6 - Edit the checklist.json file and add the new content.
7 - Run the grunt task for build the static pages:
$ grunt build
8 - Create your feature branch:
$ git checkout -b my-new-tasks9 - Commit your changes:
$ git commit -a -m 'Add some task'10 - Push to the branch:
$ git push origin my-new-task11 - Submit a pull request :)
1 - Install the nodejs.
2 - Install the grunt-cli.
$ npm install -g grunt-cli3 - Fork it!
4 - Clone
5 - Install all dependencies.
$ npm install6 - Edit the dev/ folder content.
7 - Run the grunt task for build the static pages:
$ grunt build
8 - Create your feature branch:
$ git checkout -b my-new-feature9 - Commit your changes:
$ git commit -a -m 'Add some feature'10 - Push to the branch:
$ git push origin my-new-feature11 - Submit a pull request :)