This is my personal website built with React, TypeScript, and Vite.
Follow these steps to clone, build, and deploy the site:
# Clone the repository
git clone <your-repo-url>
# Install dependencies
npm install
# Build the production-ready app
npm run build
# Deploy to GitHub Pages
npm run deploy
# test
npm run dev