# notebooke **Repository Path**: wzget/notebooke ## Basic Information - **Project Name**: notebooke - **Description**: 好好好 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-31 - **Last Updated**: 2023-12-08 ## 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 ```