Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 739 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 739 Bytes

This is fork of truefeedback from Hitesh Choudhary.

What I have Added/Changed

  • Use latest version of Nextjs.
  • Use server actions for mutations.
  • Use Supabase for database.
  • Use Authjs for authentication with Oauth and credentials.

Getting Started

Install

npm i
# or
bun i

Run the development server:

npm run dev

# or
bun run dev

# I am using turbo for dev

Open http://localhost:3000 with your browser to see the result.

Links