From 42ae7a1a4653b6950adbbd0428318a69ef26ea45 Mon Sep 17 00:00:00 2001 From: Naveen MR Date: Fri, 1 Jul 2022 11:34:51 +0100 Subject: [PATCH] docs : development setup --- .../en/getting-started/installation.md | 26 +------------------ 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/packages/noco-docs/content/en/getting-started/installation.md b/packages/noco-docs/content/en/getting-started/installation.md index 2e2e9f7d96..bd427087e8 100644 --- a/packages/noco-docs/content/en/getting-started/installation.md +++ b/packages/noco-docs/content/en/getting-started/installation.md @@ -369,31 +369,7 @@ aws ecs create-service \ ## Development Setup - -If you want to modify the source code, - -- Start the backend locally - -```bash -cd packages/nocodb -npm install -npm run watch:run -``` - -- Start the frontend locally - -```bash -cd packages/nc-gui -npm install -npm run dev -``` - -- Open ``localhost:3000/dashboard`` in browser - - - nocodb/packages/nocodb includes nc-lib-gui which is the built version of nc-gui hosted in npm registry.
- You can visit localhost:8000/dashboard in browser after starting the backend locally if you just want to modify the backend only. -
+Please refer to [Development Setup](https://github.com/nocodb/nocodb#development-setup). ## Sample Demos