This documentation website is built using VitePress, a modern static site generator built with Vue and Vite.
- Node.js 22.14.0 or higher
- pnpm 9.0.0 or higher
# Install dependencies
pnpm ior
pnpm i --frozen-lockfile# Start the development server
pnpm run devThis command starts a local development server at http://localhost:5173. Most changes are reflected live without having to restart the server.
# Build for production
pnpm run buildThis command generates static content into the .vitepress/dist directory, which can be served using any static site hosting service.
# Preview the production build locally
pnpm run preview