Browse Source

Merge pull request #2139 from RK311y/fix/development-setup-documentation

Fix/development setup documentation
pull/2141/head
navi 2 years ago committed by GitHub
parent
commit
ecf4719b15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      README.md
  2. 2
      Run.md

9
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

2
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
```

Loading…
Cancel
Save