Devter (twitter clone)

  • implements nextjs experimental actions
  • tailwind
  • typescript
  • nextui2
  • supabase

.env

check .env.template to .env.local

services

  • supabase https://supabase.com/dashboard/projects
  • github oauth https://github.com/settings/apps

tutorial

  • youtube https://www.youtube.com/watch?v=V_kD2q_aoy8

get types from supabase

  • npx supabase gen types typescript --project-id projectId* > ./src/app/types/types.ts

  • projectId: from General settings on supabase