docs: document safe development install

closes #4868
This commit is contained in:
Mario Zechner
2026-05-21 20:43:48 +02:00
parent 1367164204
commit b0c5554902
2 changed files with 5 additions and 1 deletions

View File

@@ -63,7 +63,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines and [AGENTS.m
## Development
```bash
npm install # Install all dependencies
npm install --ignore-scripts # Install all dependencies without running lifecycle scripts
npm run build # Build all packages
npm run check # Lint, format, and type check
./test.sh # Run tests (skips LLM-dependent tests without API keys)