|
|
|
@ -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/``. |
|
|
|
|
In this case, whenever there is any changes made in frontend, you need to run ``npm run build:copy`` under ``packages/nc-gui/``. |
|
|
|
|