diff --git a/README.md b/README.md index b5be11840a..5c24596826 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,7 @@ Access Dashboard using : [http://localhost:8080/dashboard](http://localhost:8080 * [Environment variables](#environment-variables) - [Development Setup](#development-setup) * [Cloning the Project](#cloning-the-project) + * [Build SDK](#build-sdk) * [Running Backend locally](#running-backend-locally) * [Running Frontend locally](#running-frontend-locally) * [Running Cypress tests locally](#running-cypress-tests-locally) @@ -291,6 +292,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 diff --git a/Run.md b/Run.md index 4ee30e0905..1cd566a441 100644 --- a/Run.md +++ b/Run.md @@ -4,7 +4,7 @@ - Clone `nocodb/nocodb` GitHub repo and checkout to `feat/v2` branch ```sh - git clone https://github.com/nocodb/nc + git clone https://github.com/nocodb/nocodb cd nocodb ```