To contribute, create an issue or comment on an existing issue you would like to work on. All code contributions require test coverage and must pass formatting/lint checks before being approved and merged.
You must install deno to be able to run the application locally.
For development, the tests and example application can be run with deno.
This repository uses squash merging. If your branch is merged into main, you can
get your branch back up to date with deno task git-rebase
. Alternatively, you
can delete your branch and create a new one off of the main branch.