- NextJS 15
- Auth.js - Google & Github OAuth
- TailwindCSS
- Drizzle
- Supabase
- Prettier
- ESLint
First, run the development server:
pnpm dev
for local development, run the db:
sudo docker compose up
Open http://localhost:3000 with your browser to see the result.
This project uses "@fontsource/ibm-plex-mono" to use IBM Plex Mono as the default font.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!