Awesome! We're happy that you want to contribute.
Make sure that you're read and understand the Code of Conduct.
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
-
Develop major features on feature branches, and submit PRs to
master. -
Never force push onto
master.