Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or create a pull request.
We support Devcontainers. You can use the provided development container to work on this project. The development container includes all the necessary tools and dependencies to work on this project.
Otherwise, download, install and configure Node.js.
Then, run the following commands to install the dependencies and run the tests:
npm ci
npm test
- Timur Moziev (@TimurRin)