Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 368 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 368 Bytes

This is a Next.js project bootstrapped with create-next-app.

Init/migrate DB

First, export DB auth url

export DATABASE_URL=postgres://...

Then run migration

npx drizzle-kit push:pg

Run the development server

npm run dev