This is a Next.js project bootstrapped with create-next-app. This is intended to be a website with funcitonalities similar to Reddit but styled in a different way.
- Supabase
- NextJS
- Prisma
- Kinde Auth
Install the dependencies:
npm installRun the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.