refactor: doc

pull/67/head
xiaojunnuo 2021-04-12 09:22:45 +08:00
parent 7050a0443e
commit 3b9b70389b
1 changed files with 27 additions and 0 deletions

View File

@ -262,6 +262,33 @@ Error: www.github.com:443, 代理请求超时
![](./doc/log.png)
## 贡献代码
### 开发调试模式启动
运行如下命令即可开发模式启动
```shell
git clone https://github.com/docmirror/dev-sidecar
cd dev-sidecar
npm install lerna -g
lerna bootstrap
cd packages/gui
npm run electron
```
### 打包成可执行文件
```shell
cd packages/gui
npm run build:electron
```
## 联系作者
欢迎bug反馈需求建议技术交流等请备注dev-sidecar或简称DS