A personal portfolio website built with React, Vite, and Tailwind CSS to showcase my skills and projects.
Clone the repository
git clone https://github.com/yourusername/your-portfolio.git
Navigate to the project directory
cd your-portfolio
Install dependencies
npm install
Start the development server
npm run dev
src/ āāā assets/ # Images, fonts, and other static files āāā components/ # React components āāā App.jsx # Main application component āāā main.jsx # Application entry point
npm run dev
- Start development servernpm run build
- Build for productionnpm run preview
- Preview production build locally[Your Name]