# gov **Repository Path**: govii/gov ## Basic Information - **Project Name**: gov - **Description**: 个人博客代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-04 - **Last Updated**: 2024-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vitepress @sugarat/theme 简约风的 [Vitepress 博客主题](https://theme.sugarat.top) ## Usage 先安装 `pnpm` ```sh npm i -g pnpm ``` 安装依赖 ```sh pnpm install ``` 开发启动 ```sh pnpm dev ``` 构建 ```sh pnpm build ``` 预览产物 ```sh pnpm serve ```