chore(contributing): contributing docs update (#2673)

This commit is contained in:
Haixing 2023-12-17 15:50:43 +08:00 committed by GitHub
parent be08634c7e
commit b2b254ae14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
### 1.初始化子仓库
```bash
git submodule init && git submodule update
npm run init
```
### 2.安装依赖
@ -24,7 +24,7 @@ npm i
npm run start
```
完成以上 3 个步骤,浏览器访问 <http://127.0.0.1:15000> 即可调该框架的任何内容
完成以上 3 个步骤,浏览器访问 <http://127.0.0.1:15000> 即可调该框架的任何内容
## 目录结构