A guide to help you remember important things when creating an open source project ;D
1 - Edit the checklist.json file and add the new content.
2 - Run the grunt task for build the static pages:
$ grunt build
For more information about how to contribute, see the contribution guide.
$ grunt build
: Compile, concat and minify all files.$ grunt serve
: Watch the files to build and start a static server.$ grunt deploy
: Deploy for gh-pagesWant to contribute? Follow these recommendations.