This is a Next.js project starter
- 🔫 UI Library:
next-ui
- 🦯 eslint & prettier. tips: The Folders and files clearly use KEBAB CASE
- 🔒 auth:
NextAuth
- 📦 orm:
drizzle-orm
First, install the dependencies and run the docker-compose.yml:
pnpm install
&
docker-compose up
Second, run the development server
pnpm run dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Geist, a new font family for Vercel.