Browse Source

Add 'Build SDK' documentation to 'Development Setup'

feat/0523-export-schema
River Kelly 3 years ago committed by Raju Udava
parent
commit
9d882f2dfd
  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