Browse Source

Add 'Build SDK' documentation to 'Development Setup'

pull/2139/head
River Kelly 3 years ago
parent
commit
52e8084be0
No known key found for this signature in database
GPG Key ID: 303E8B8737BB1AB2
  1. 8
      README.md

8
README.md

@ -291,6 +291,14 @@ git clone https://github.com/nocodb/nocodb
cd nocodb
```
## Build SDK
```shell
cd packages/nocodb-sdk
npm install
npm run build
```
## Running Backend locally
```shell

Loading…
Cancel
Save