Complete State Hub bootstrap (TMLN-WP-0001); add TMLN-WP-0002
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s

This commit is contained in:
tegwick 2026-07-08 15:07:17 +02:00
parent 7fd31b5825
commit bc06ad0f5b
4 changed files with 50 additions and 18 deletions

View file

@ -1,19 +1,19 @@
## Stack
<!-- TODO: Fill in language, frameworks, and key dependencies -->
- **Language:**
- **Key deps:**
- **Language:** JavaScript (ES modules), browser-first; no bundler
- **Key deps:** Vitest, jsdom (dev); static HTML/CSS/SVG templates
## Dev Commands
```bash
# TODO: Fill in the standard commands for this repo
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
# Install dependencies
# Run tests
# Lint / type check
# Build / package (if applicable)
# After workplan edits
statehub fix-consistency
```