This folder is the Web Context Interface documentation website, built with VitePress.
| Command | What it does |
|---|---|
npm run docs:dev |
Dev server — http://localhost:5174 (proxies /demo → demo on 5173 if running) |
npm run website:build |
Production build — docs + demo in docs/.vitepress/dist |
npm run website:preview |
Preview the production build locally |
See the root README — Documentation website for Vercel, GitHub Pages, and local build commands.