- NextJS 13
- Prisma
- TypeScript
- Shadcn/ui
- NextAuth
- TailwindCSS
- Run
npm install
to install project dependencies - Run
cp .env.example .env
to create your own environment file - Modify
.env
to include your own GitHub application credentials - Run
npm run db
to spin up the PostgreSQL database Docker container - Run
npx prisma migrate reset
to clean the database and run the initial migration - Run
npm run dev
to start the web application