timeline-svg/.claude/rules/stack-and-commands.md
tegwick bc06ad0f5b
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s
Complete State Hub bootstrap (TMLN-WP-0001); add TMLN-WP-0002
2026-07-08 15:07:17 +02:00

529 B

Stack

  • Language: JavaScript (ES modules), browser-first; no bundler
  • Key deps: Vitest, jsdom (dev); static HTML/CSS/SVG templates

Dev Commands

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

# After workplan edits
statehub fix-consistency