A professional developer portfolio built with React, TypeScript, and Vite, featuring a complete GitHub Dark Mode UI aesthetic.
npm install
npm run devThe project uses the gh-pages package to deploy the built dist folder automatically.
To build the static files and publish them to your gh-pages branch, simply run:
npm run deploy(Note: Ensure your vite.config.ts has the correct base path configured for your GitHub repository, e.g., base: '/portfolio/').