- Fork it!
- Run
npm install
- To develop run
gulp --compile
- Create your feature branch:
git checkout -b my-new-feature
- Develop in
src
folder - Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D