- Package Manager and Runtime: Bun
- Framework: Next.js
- Styling: Tailwind CSS
- Components: Shadcn UI
- Database: Neon
- ORM: Drizzle ORM
- Auth: Auth.js
- Deployment: Vercel
- Analytics: Vercel Analytics
-
Clone the repository and navigate to the directory:
git clone https://github.com/nikhilsnayak/nikhilsnayak.dev.git <your-repo-name> cd <your-repo-name>
-
Install the dependencies using Bun:
bun install
-
Create a
.env.localfile based on the.env.examplefile. -
Start the development server:
bun run dev
Feel free to use this repository as a template. Ensure to remove any personal information.