VitePress is a Vite-powered static site generator.
Important
Requires modification
.vitepress/config.ts- Replace the
GITHUB_URLvalue with the address of your GitHub repository.
- Replace the
.github/workflows/deploy.yml- See the documentation to configure
Github Actions Secretsyourself.
- See the documentation to configure
Tip
You need to have pnpm installed globally.
Install dependencies:
pnpm iPreview:
pnpm run docs:devBuild:
pnpm run docs:build