- Please send a pull request via GitHub for any changes you'd like to make
- Please create an issue for any request you make so we can track it
- Please add tests to specs
- Node.js
- Visual Studio Code (for optimal environment)
Install Grunt-CLI and bower globally
$ npm install -g grunt-cli
$ npm install -g bower
Install dependencies
$ npm install
$ bower install
To run the specs and to build:
$ grunt