This is a personal portfolio website built using React, Vite, and styled with Tailwind CSS. It showcases my projects, skills, and contact information.
- Node.js and npm installed on your machine.
- Clone the repository:
git clone https://github.com/yourusername/your-portfolio.git
- Navigate to the project directory
cd your-portfolio
- Install dependencies
npm install
To start the development server, run:
npm run dev
To build the project locally, run:
npm run build
For production deployment, you can use platforms like Vercel, Netlify, or GitHub Pages. Follow their respective documentation to deploy a static website.