Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 615 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 615 Bytes

T3 App using Prisma, tRPC, Next.js with Typescript, Github Auth, Supabase, DaisyUI and Tailwind

Steps you need to do in order to test this app :

  1. Clone repo and install deps npm i

  2. Register/Log in to Supabase

  3. Create database

  4. Add URI of the database it to the DATABASE_URL in .env

  5. Go to github setting/developer settings and create oAuth app and add both GITHUB_CLIENT_ID and GITHUB_CLIENT_SECRET to the .env file

  6. Generate random secret with this command openssl rand -base64 32 and add to .env NEXTAUTH_SECRET

  7. Start it with npm run dev and enjoy