# myNotes **Repository Path**: voidsteppers/myNotes ## Basic Information - **Project Name**: myNotes - **Description**: 我的学习笔记 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 我的学习笔记 本项目使用 markdown 书写,markdown 生成 ## gitbook 相关 ### 安装 ```shell sudo npm -g gitbook ``` ### 本地运行 ```shell gitbook serve ``` ### 发布 ```shell gitbook build ```