Any contribution is greatly appreciated 馃コ.
To get an overview of the project, read the README and take a look at the files in the examples folder.
If you have any questions, please do not hesitate to contact me. You can find my contact informations in the README and on my website.
If you would like to report a security vulnerability, please take a look at SECURITY.md
Read our Code of Conduct to keep our community approachable and respectable.
- After cloning the repo run
npm i - Run
npm run lintbefore every commit - Make sure that the code is formatted by running
npm run format - Make sure that there are no type errors by running
npm run check:types - If you add new modules or other features, please create tests
- Before you create a PR, run
npm tto run all tests and check if you can build the code by runningnpm run build