This repository contains the source code for my personal website. It's built using Next.js and Tailwind CSS.
- Responsive design
- SEO-friendly
- Light and dark mode
- Accessible (Tested with NVDA)
- Respects user preferences (color scheme, reduced motion, and constrast)
Do whatever you want with the code. If you want to use it for your own website, feel free to do so. Just make sure to replace the content with your own.
- Clone the repository
- Install dependencies using
bun install
- Start the website using
bun dev
You can now access the website at http://localhost:3000
.
- Create a new repository on GitHub
- Push your code to the new repository
- Import the repository to Vercel
This is just a rough overview. For more information on how to deploy to Vercel, refer to the Vercel documentation.