12 lines
161 B
Markdown
12 lines
161 B
Markdown
|
|
# Contributing
|
||
|
|
|
||
|
|
## Development Setup
|
||
|
|
|
||
|
|
```bash
|
||
|
|
npm install
|
||
|
|
npm run build
|
||
|
|
npm test
|
||
|
|
```
|
||
|
|
|
||
|
|
Node.js 18 LTS or later is required for tests and the TypeScript compiler.
|