#Contributing
###Development
Follow these steps -
- Open node cli and run
npm install. - Use
grunt devin cli. This will do the following-
- Start a server at
http://localhost:8000. - Keeps watching files for changes.
- Perform livereload on saves.
- Run jshint and jscs on saves.
####Possible grunt operations
grunt lint- performs linting ( both jshint and jscs) seperately.grunt jshint- uses jshint to analyse code for potential errors.grunt jscs- uses jscs for codestyle linting.
Check out the development wiki page for more in-depth details on how the project works.