Files
2025-04-10 11:39:20 -07:00

16 lines
178 B
Markdown

# Contributing
Initial setup
```console
npm install
```
Run tests locally
```console
npm test
```
Learn more about how the tests work in [tests/README.md](tests/README.md).