Browse Source

Update chinese.md

If you don't build it first, the local operation fails
pull/2725/head
jinxm 2 years ago committed by GitHub
parent
commit
dfb1145f44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      scripts/markdown/readme/languages/chinese.md

6
scripts/markdown/readme/languages/chinese.md

@ -226,7 +226,13 @@ docker-compose up -d
git clone https://github.com/nocodb/nocodb
cd nocodb
```
## 构建SDK
```shell
cd packages/nocodb-sdk
npm install
npm run build
```
## 本地运行后端
```shell

Loading…
Cancel
Save