From 4d9acd3f7e02d785c1cba15005f46df089b6bf30 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Mon, 20 Jun 2022 11:45:33 +0530 Subject: [PATCH] chore: test commit Signed-off-by: Pranav C --- packages/nocodb/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/nocodb/README.md b/packages/nocodb/README.md index 8f5aafdd84..b348b6d25c 100644 --- a/packages/nocodb/README.md +++ b/packages/nocodb/README.md @@ -1,10 +1,11 @@ -# nocodb +# Nocodb ## Running locally Even though this package is a backend project, you can still visit the dashboard as it includes ``nc-lib-gui``. ``` + npm install npm run watch:run # open localhost:8080/dashboard in browser @@ -18,4 +19,4 @@ If you wish to combine the frontend and backend together in your local devlopmen "nc-lib-gui": "file:../nc-lib-gui" ``` -In this case, whenever there is any changes made in frontend, you need to run ``npm run build:copy`` under ``packages/nc-gui/``. \ No newline at end of file +In this case, whenever there is any changes made in frontend, you need to run ``npm run build:copy`` under ``packages/nc-gui/``.