docs: update readme

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/588/head
Ryan Wang 2022-07-19 14:11:45 +08:00
parent d154fc412e
commit da23dcfde1
1 changed files with 6 additions and 0 deletions

View File

@ -19,6 +19,7 @@
## 开发环境运行
```bash
# pnpm@7.0.0+
npm install -g pnpm
```
@ -26,6 +27,11 @@ npm install -g pnpm
pnpm install
```
```bash
# build packages
pnpm build:packages
```
```bash
pnpm dev
```