This is fork of truefeedback from Hitesh Choudhary.
- Use latest version of Nextjs.
- Use server actions for mutations.
- Use Supabase for database.
- Use Authjs for authentication with Oauth and credentials.
npm i
# or
bun i
npm run dev
# or
bun run dev
# I am using turbo for dev
Open http://localhost:3000 with your browser to see the result.