This is a documentation site built with VitePress 2.0.0-alpha.3.
pnpm install
Start the development server:
pnpm docs:dev
Build the site for production:
pnpm docs:build
Preview the production build locally:
pnpm docs:preview
This project uses Playwright for end-to-end testing.
pnpm add -D @playwright/test
pnpm exec playwright install
pnpm test
.vitepress/
- VitePress configurationpublic/
- Static assetsindex.md
- Home page*.md
- Documentation pages