16 lines
178 B
Markdown
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).
|