|
|
@ -230,6 +230,7 @@ Access Dashboard using : [http://localhost:8080/dashboard](http://localhost:8080 |
|
|
|
* [Environment variables](#environment-variables) |
|
|
|
* [Environment variables](#environment-variables) |
|
|
|
- [Development Setup](#development-setup) |
|
|
|
- [Development Setup](#development-setup) |
|
|
|
* [Cloning the Project](#cloning-the-project) |
|
|
|
* [Cloning the Project](#cloning-the-project) |
|
|
|
|
|
|
|
* [Build SDK](#build-sdk) |
|
|
|
* [Running Backend locally](#running-backend-locally) |
|
|
|
* [Running Backend locally](#running-backend-locally) |
|
|
|
* [Running Frontend locally](#running-frontend-locally) |
|
|
|
* [Running Frontend locally](#running-frontend-locally) |
|
|
|
* [Running Cypress tests locally](#running-cypress-tests-locally) |
|
|
|
* [Running Cypress tests locally](#running-cypress-tests-locally) |
|
|
@ -291,6 +292,14 @@ git clone https://github.com/nocodb/nocodb |
|
|
|
cd nocodb |
|
|
|
cd nocodb |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Build SDK |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```shell |
|
|
|
|
|
|
|
cd packages/nocodb-sdk |
|
|
|
|
|
|
|
npm install |
|
|
|
|
|
|
|
npm run build |
|
|
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
## Running Backend locally |
|
|
|
## Running Backend locally |
|
|
|
|
|
|
|
|
|
|
|
```shell |
|
|
|
```shell |
|
|
|