pnpm install # npm install
pnpm add <pkg> # npm i <pkg>
pnpm <cmd> # npm run <cmd>
- create project in supabase
- settings > database > url connection string
- update schema.prisma with credentials
- run
pnpm prisma db push
for any model changes in schema.prisma file
- create new project
- Create new project > APIs & Services > Credentials > Create Credentials > OAuth client id
- steps here OAuth Client ID
- remember to register app for both localhost and prod url