https://github.com/turboway/gitbook
个人gitbook
https://github.com/turboway/gitbook
Last synced: about 2 months ago
JSON representation
个人gitbook
- Host: GitHub
- URL: https://github.com/turboway/gitbook
- Owner: TurboWay
- Created: 2020-06-16T03:09:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T02:39:34.000Z (about 1 year ago)
- Last Synced: 2025-01-15T22:30:00.866Z (4 months ago)
- Size: 570 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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/