This is a boilerplate for building web applications.
- Next.js: React framework for building web applications.
- TypeScript: Typed JavaScript.
- Tailwind CSS: Utility-first CSS framework.
- ShadCNUI: Custom UI components.
- NextAuth.js: Authentication library for Next.js.
- Prisma: Database toolkit for TypeScript & Node.js.
- PostgreSQL: Open-source relational database.
- Vercel: Cloud platform for static sites and serverless functions.
- more
- Install dependencies using pnpm:
pnpm install
- Copy
.env.example
to.env
and update the variables.
cp .env.example .env
- Start the development server:
pnpm run dev
-
Search all the "INIT-TODO" and "boilerplate" in the project and replace them with your own code.
-
Make sure git hooks are installed:
pnpm prepare