Browse Source

fix : Dev setup

Signed-off-by: Naveen MR <oof1lab@gmail.com>
pull/506/head
Naveen MR 3 years ago
parent
commit
677ac1492d
  1. 2
      README.md
  2. 2
      packages/noco-docs/content/en/getting-started/installation.md

2
README.md

@ -178,7 +178,7 @@ docker-compose up
| NC_DISABLE_TELE | No | Disable telemetry | |
| NC_BACKEND_URL | No | Custom Backend URL | ``http://localhost:8080`` will be used |
# Running locally
# Development setup
```
git clone https://github.com/nocodb/nocodb
cd nocodb

2
packages/noco-docs/content/en/getting-started/installation.md

@ -65,7 +65,7 @@ Simple installation - takes about three minutes!
> To persist data in docker you can mount volume at `/usr/app/data/` since 0.10.6. In older version mount at `/usr/src/app`.
## Local Setup
## Development Setup
If you want to modify the source code,

Loading…
Cancel
Save