The following steps will allow you to contribute to our project:
- Fork the plugin
- Run
npm install
in the root directory and thesample
directory - Run
jspm install
in the root directory and thesample
directory - Make any changes
- Use the embedded sample app to check if your changes didn't break anything. Run
gulp watch
and browse tohttp://localhost:3000
. - Run all unit tests using
gulp test
- Run
gulp build
(and fix any errors) - Run
gulp lint
(and fix any errors) - Create a pull request