# 开发文档 **Repository Path**: kaiboli/source-doc ## Basic Information - **Project Name**: 开发文档 - **Description**: 「开发文档」 使用vue3.x + TS,采用 Vitepress 开发,支持主题切换,代码简洁。如发现文档有误,欢迎提 pr 帮助改进 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: https://sourcebyte.vip - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 45 - **Created**: 2023-04-11 - **Last Updated**: 2023-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 开源字节-文档 ### 说明 开源字节·在线文档,采用 Vitepress 开发。如发现文档有误,欢迎提 pr 帮助我们改进 ### 在线体验 演示地址:http://boot.sourcebyte.vip 开发文档:http://doc.sourcebyte.vip 官网地址:https://sourcebyte.vip ## 如何本地开发 ```bash # 克隆本仓库 $ git clone https://gitee.com/open-source-byte/source-doc.git # 或者使用 yarn $ yarn install # 启动开发服务器 $ yarn dev ```