Thank you for your interest in contributing to this library!
The issue tracker on GitHub is the preferred channel for bug reports, feature requests, and discussions.
Setup the necessary devDependencies by running npm install
.
Optionally, also install the LiveReload extension for Chrome to auto-refresh the page after any changes.
Then, npm start
to launch the dev environment.
index.html
is where you can experiment with various options.- Ensure there are no linting errors in the terminal
- Ensure that all the tests under
/test
pass. - Only the changes to
src
andtest
(if applicable) should be committed
By submitting a contribution to this project, you agree to allow the project owners to license your work as part of this project under this project's license.