This project is a React-based portfolio website built with Vite.
- Node.js installed on your machine.
-
Install Dependencies:
cd portfolio-site npm install -
Run Development Server:
npm run dev
-
Build for Production:
npm run build
- Social Links: Identify the placeholders in
src/components/Contact.jsxandsrc/components/Projects.jsxand replace them with your actual URLs. - Images: Add your images to
src/assetsand update the references in the components.