2026-07-08 14:50:38 +02:00
|
|
|
## Stack
|
|
|
|
|
|
2026-07-08 15:07:17 +02:00
|
|
|
- **Language:** JavaScript (ES modules), browser-first; no bundler
|
|
|
|
|
- **Key deps:** Vitest, jsdom (dev); static HTML/CSS/SVG templates
|
2026-07-08 14:50:38 +02:00
|
|
|
|
|
|
|
|
## Dev Commands
|
|
|
|
|
|
|
|
|
|
```bash
|
2026-07-08 15:07:17 +02:00
|
|
|
make install # npm install
|
|
|
|
|
make test # vitest
|
|
|
|
|
make test-watch # vitest watch
|
|
|
|
|
make test-coverage # coverage report
|
|
|
|
|
make serve # local static server (index.html)
|
|
|
|
|
make dist # distribution package
|
|
|
|
|
make dist-zip # zip archive for offline/Windows use
|
2026-07-08 14:50:38 +02:00
|
|
|
|
2026-07-08 15:07:17 +02:00
|
|
|
# After workplan edits
|
|
|
|
|
statehub fix-consistency
|
2026-07-08 14:50:38 +02:00
|
|
|
```
|