A premium personal portfolio website built with React, Tailwind CSS, and Framer Motion.
npm install
npm run devThis starts the development server and opens the portfolio in your browser.
npm run buildThis only creates the dist folder. It does not open the website.
npm run previewThis opens the production build in your browser.
- Update the LinkedIn URL in
src/data/portfolioData.jswhen you have the final profile link. - The contact form uses
mailto:so it works without a backend service.