Thank you for sharing your interest in contributing to the project! You can find here some useful information.
If you have ideas, feature requests or want to report a bug, feel free to submit an issue. I will get back with feedback as soon as possible.
After fork/clone of the project, you can install the dependencies with the usual
npm install
This will also install the pre-commit hook with husky. What it basically does is making sure everything is ok before commit (format & lint).
In particular, it updates the deno_lib
folder with the port for Deno.land.
You can run the tests with
npm run test
When writing new code, please make sure it's properly tested!
When you have the code pushed on your branch, feel free to open a Pull Request.