diff --git a/README.md b/README.md index b5be11840a..ee7cd7c675 100644 --- a/README.md +++ b/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