Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.31 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.31 KB

Next JS TypeScript TailwindCSS React Query Prisma Supabase

T-3 stack with NextJS 13

PNPM

pnpm install # npm install
pnpm add <pkg> # npm i <pkg>
pnpm <cmd> # npm run <cmd>

Prisma & Supabase

  • 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

Google OAuth

  • create new project
  • Create new project > APIs & Services > Credentials > Create Credentials > OAuth client id

Github OAuth

  • steps here OAuth Client ID
  • remember to register app for both localhost and prod url