This is a documentation site built with VitePress 2.0.0-alpha.3.
pnpm installStart the development server:
pnpm docs:devBuild the site for production:
pnpm docs:buildPreview the production build locally:
pnpm docs:previewThis project uses Playwright for end-to-end testing.
pnpm add -D @playwright/test
pnpm exec playwright installpnpm test- .vitepress/- VitePress configuration
- public/- Static assets
- index.md- Home page
- *.md- Documentation pages