https://github.com/nocodb/nocodb-dev-seed
https://github.com/nocodb/nocodb-dev-seed
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nocodb/nocodb-dev-seed
- Owner: nocodb
- Created: 2022-06-08T09:55:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T14:53:21.000Z (over 1 year ago)
- Last Synced: 2025-01-10T14:55:03.695Z (5 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://repl.it/github/nocodb/nocodb-seed)
## Clone & install
```
git clone https://github.com/nocodb/nocodb-seedcd nocodb-seed
npm install
```## Start
```
npm run start
```## To Upgrade
```
npm run upgrade
```## Using environment file
Copy the .env.example file to .env and change as needed.