Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 296 Bytes

File metadata and controls

17 lines (12 loc) · 296 Bytes

Game show panel in Next.js with SWR

Development:

yarn dev

Setup

You need a Postgres database. Add a .env file to the root of your project and specify the connection string inside:

DATABASE_URL="postgresql://postgres:bla-bla-bla@somethnig.database.com:[PORT]/postgres"