- Install bun if needed:
npm install -g bun
- Run
bun add -D vitepress
- Run
bun run docs:dev
to preview
Deployment is via Cloudflare Pages by following the vitepress deployment instructions.
npm install -g bun
bun add -D vitepress
bun run docs:dev
to previewDeployment is via Cloudflare Pages by following the vitepress deployment instructions.