nomyo-js/CONTRIBUTING.md
2026-04-16 16:44:26 +02:00

11 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.