Install the dependencies:
pnpm installStart the dev server:
pnpm devBuild the website for production:
pnpm buildPreview the production build locally:
pnpm previewPushes to main deploy doc_build/ to GitHub Pages through
.github/workflows/deploy.yml. In the repository's Settings → Pages, set
Build and deployment → Source to GitHub Actions.