Open Source Checklist
March 18, 2016 · View on GitHub
A guide to help you remember important things when creating an open source project ;D

Insert content quickly
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.
Tasks list
$ 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-pages
Contributing with new features
Want to contribute? Follow these recommendations.