- For new features create a new branch
- If you find a bug create an Issue
- For develop continue steps:
Install nodejs
# to install package (dependencies)
npm install
# to build project
grunt
Please submit pull requests via feature branches.
For testing use Jasmine.