This is the repository for my personal website, which is built with Next.js, Tailwind CSS, Framer Motion, and Radix UI.
I was inspired by the following websites:
To run this website locally:
- Clone this repository
- Install the dependencies by running
pnpm install
- Start the development server by running
pnpm dev
This website is deployed using Vercel. Any push to the main
branch will trigger a new deployment.