This is my personal portfolio showcasing my work as a developer.
Built with React, Vite, and TypeScript.
- Make sure Node.js is installed
- Open terminal and navigate to this directory
- Run:
npm install
npm run devVisit http://localhost:5173 in your browser.
Build for production:
npm run buildThis creates a dist folder with your production-ready site.