Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 670 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (12 loc) · 670 Bytes

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or create a pull request.

Installation

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

Authors