Contributing
April 18, 2018 ยท View on GitHub
Awesome! We're happy that you want to contribute.
Make sure that you're read and understand the Code of Conduct.
Building from source
The following npm scripts are available when doing development on this
package:
npm run build- build the library from the CoffeeScript sourcenpm run serve- run a test servernpm test- run the testsnpm run watch- watch for source file changes, thenbuild, thentest
GitHub usage
-
Develop major features on feature branches, and submit PRs to
master. -
Never force push onto
master.