Files
nocodb/packages/nocodb
2022-10-01 00:34:12 +03:00
..
2022-04-07 16:03:45 +05:30
2021-09-17 19:02:52 +05:30
2022-04-07 16:03:45 +05:30
2021-07-16 19:12:23 +05:30
2022-05-15 16:43:39 +05:30
2022-09-14 13:08:09 +08:00
2022-06-20 11:45:33 +05:30
2022-04-07 16:03:45 +05:30
2021-05-30 20:28:15 +05:30

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

As nc-lib-gui is hosted in npm registry, for local development, you should run nc-gui separately.

If you wish to combine the frontend and backend together in your local devlopment environment, you may use packages/nc-lib-gui as a local depenedency by updating the packages/nocodb/package.json to

"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/.