VitePress site for Slide Spec covering schema reference, templates, CLI usage, and examples.
- Node 24+ and pnpm.
- From the repo root,
pnpm install. pnpm --filter @slide-spec/docs dev
| Command | Description |
|---|---|
pnpm --filter @slide-spec/docs dev |
Local dev server |
pnpm --filter @slide-spec/docs build |
Production build |
pnpm --filter @slide-spec/docs spellcheck |
Spelling check |
pnpm --filter @slide-spec/docs verify |
Standard gate |
Accessibility check (build + axe against vitepress preview):
pnpm --filter @slide-spec/docs a11y:install
pnpm --filter @slide-spec/docs a11yRun pnpm --filter @slide-spec/docs verify before you push docs-only changes.
- No runtime dependencies on other monorepo packages.
- Keep each page focused on one topic.
- Not published to npm. Deploy as a static site.
- Versioned with the monorepo. Publish the built output however you prefer.