Files
Pickup-Config/README.md
2025-11-10 10:10:57 +01:00

13 lines
294 B
Markdown

## Development Requirements
- Node.js v24.11.0 (see `.nvmrc` for quick switching with nvm)
- npm 11+ (bundled with Node 24)
After switching to the required Node version run:
```bash
npm ci
```
This installs dependencies in a clean state that matches the lock file used by the Docker build.