# gitbook **Repository Path**: TurboWay/gitbook ## Basic Information - **Project Name**: gitbook - **Description**: 个人gitbook - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gitbook 个人gitbook ## 环境依赖 需要安装 node.js ```shell node -v npm -v ``` ## 快速开始 ### step1 安装 gitbook ```shell npm i -g gitbook-cli ``` ### step2 安装插件 ```shell cd book gitbook install ``` ### step3 启动服务 ```shell gitbook serve ``` 地址访问 http://localhost:4000/