Complete State Hub bootstrap (TMLN-WP-0001); add TMLN-WP-0002
This commit is contained in:
parent
7fd31b5825
commit
bc06ad0f5b
4 changed files with 50 additions and 18 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue