testdrive-jsui/.claude/rules/stack-and-commands.md

20 lines
360 B
Markdown
Raw Normal View History

## Stack
- **Language:** JavaScript (ESM) + optional Python adapter
- **Key deps:** Rollup, Jest, marked (peer); see `package.json`, `pyproject.toml`
## Dev Commands
```bash
npm install
npm run build
npm test
npm run test:coverage
npm run lint
make test # JS + Python bridge tests
make build
# After workplan edits
statehub fix-consistency
```