多维表格
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.
 
 
 
 
 
 

2.0 KiB

title description position category fullscreen menuTitle link
Setup and Usage Simple installation - takes about three minutes! 0 Getting started true Install https://codesandbox.io/embed/vigorous-firefly-80kq5?hidenavigation=1&theme=dark

Simple installation - takes about three minutes!

Prerequisites

Quick try

1-Click Deploy

Deploy NocoDB to Heroku with 1-Click

Node app or docker

npx create-nocodb-app
docker run -d --name nocodb -p 8080:8080 nocodb/nocodb
git clone https://github.com/nocodb/nocodb-seed
cd nocodb-seed
npm install
npm start

Sample app

Sample Demos

Docker deploying with one command

Using Npx

Heroku Deployment