- Setup a GreptimeDB Cloud Account.
- Create a free database instance,
- Fork this project
- Open Vercel, and Click
Add New Project
. - Select your forked Repo.
- Fill
.env.example
and copy the file content intoEnvironment Variables
form.
- cp
.env.example
.env
. - Copy the connection info from console.
PGSQL_HOST=
PGSQL_PORT=4003
PGSQL_DATABASE=
PGSQL_USER=
PGSQL_PASSWORD=
- Have fun!
yarn && yarn dev
.