This repository builds a production website and separately mounted sub-applications with Vue 3, TypeScript, Vite, SCSS, and Tailwind.
Agents edit content. Agents never edit design.
Read AGENTS.md before editing. Use docs/SKILL.md to load only the
workflow needed for the task.
| Path | Entry | Status |
|---|---|---|
/ |
index.html |
Public main site |
/wolves/ |
wolves/index.html |
Public presentation |
/dakota/ |
dakota/index.html |
Unlisted |
/server/ |
server/index.html |
Separate entry |
npm install --include=dev
npm run devAvailable checks:
npm run lint
npm run typecheck
npm run test:gate
npm run build
npm run previewnpm run test:gate is the test signal: it runs the suite against the recorded
baseline in tests/known-failures.txt and fails only on new failures. The
browser harnesses under tests/*.mjs need a running dev server and are not
part of the gate.
AGENTS.md: agent entry point and repository boundaries.docs/SKILL.md: task→skill router for lazy-loaded workflows.docs/reference/content-map.md: production content sources.docs/reference/wolves-runtime.md: Wolves content and runtime boundaries.CONTRIBUTING.md: contributor workflow.TRANSLATION-GUIDE.md: locale editing rules.SECURITY.md: vulnerability reporting.