My personal website, built with Next.js and Tailwind CSS.
- Tailwind CSS (Styling)
- Shadcn/ui (Shadcn UI components)
- Framer Motion (Animations)
Make sure you have Node.js v18.17.0+ installed on your machine.
- Install Dependencies:
npm install
- Start Developing:
npm run dev
and start the Next.js development server.
This project can be quickly deployed to Vercel. Simply connect your Vercel account to your GitHub repository, and Vercel will automatically build and deploy your application with each new push to the main branch.