# 个人知识文档 **Repository Path**: baixingqiang123/ctbloge.github.io ## Basic Information - **Project Name**: 个人知识文档 - **Description**: 个人文档 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-29 - **Last Updated**: 2025-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: wiki, 知识库 ## README # 个人文档项目 个人文档网站,使用 github 的 page 能力部署,访问 https://ctbloge.github.io ## 本地调试 下载资源 ```bash npm install ``` 本地运行 ```bash npm run docs:dev ``` 本地打包 ```bash npm run docs:build ```