nomyo-js/CONTRIBUTING.md

12 lines
161 B
Markdown
Raw Normal View History

2026-04-16 16:44:26 +02:00
# 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.