Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 577 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 577 Bytes

Install packages

npm i

Setup .env file

DATABASE_URL=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GITHUB_ID=
GITHUB_SECRET=
NEXTAUTH_SECRET=

Setup Prisma

npx prisma db push

Seed data

npx prisma db seed

Start the app

npm run dev

Available commands

Running commands with npm npm run [command]

command description
dev Starts a development instance of the app