docs: use existing script to setup API (#431)

This commit is contained in:
wenjie 2021-03-17 17:55:31 +08:00 committed by GitHub
parent 267a678f2a
commit f656b314f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,10 +108,10 @@ yarn electron:serve
```shell
# 安装依赖
cd netease_api && yarn
yarn netease_api:install
# 运行 API (默认 3000 端口)
yarn start
yarn netease_api:run
```
## ☑️ Todo