多维表格
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
starbirdtech383 5c611b938c revert everything from nocodb-legacy dir (replace with latest from develop) 2 years ago
..
docker re-do renaming which was reverted just for the sake of rebasing 2 years ago
litestream re-do renaming which was reverted just for the sake of rebasing 2 years ago
src revert everything from nocodb-legacy dir (replace with latest from develop) 2 years ago
tests re-do renaming which was reverted just for the sake of rebasing 2 years ago
.dockerignore re-do renaming which was reverted just for the sake of rebasing 2 years ago
.eslintrc.json re-do renaming which was reverted just for the sake of rebasing 2 years ago
.gcloudignore re-do renaming which was reverted just for the sake of rebasing 2 years ago
.gitignore revert everything from nocodb-legacy dir (replace with latest from develop) 2 years ago
.npmignore re-do renaming which was reverted just for the sake of rebasing 2 years ago
.prettierignore re-do renaming which was reverted just for the sake of rebasing 2 years ago
.prettierrc.js re-do renaming which was reverted just for the sake of rebasing 2 years ago
Dockerfile re-do renaming which was reverted just for the sake of rebasing 2 years ago
Dockerfile-ORACLE re-do renaming which was reverted just for the sake of rebasing 2 years ago
Dockerfile.local re-do renaming which was reverted just for the sake of rebasing 2 years ago
LICENSE re-do renaming which was reverted just for the sake of rebasing 2 years ago
README.md re-do renaming which was reverted just for the sake of rebasing 2 years ago
docker-compose.yml re-do renaming which was reverted just for the sake of rebasing 2 years ago
package-lock.json revert everything from nocodb-legacy dir (replace with latest from develop) 2 years ago
package.json revert everything from nocodb-legacy dir (replace with latest from develop) 2 years ago
tsconfig.json re-do renaming which was reverted just for the sake of rebasing 2 years ago
tsconfig.module.json re-do renaming which was reverted just for the sake of rebasing 2 years ago
webpack.config.js re-do renaming which was reverted just for the sake of rebasing 2 years ago
webpack.local.config.js re-do renaming which was reverted just for the sake of rebasing 2 years ago
xc.sh re-do renaming which was reverted just for the sake of rebasing 2 years ago

README.md

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 the npm registry, for local development, you should run nc-gui separately.

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

"nc-lib-gui": "file:../nc-lib-gui"

In this case, whenever there are any changes made in the frontend, you need to run npm run build:copy under packages/nc-gui/.