Personal portfolio built with Vite + React.
Install dependencies:
npm ciRun dev server (hot reload):
npm run devBuild for production:
npm run buildPreview production build locally:
npm run previewnpm run lint— run ESLint checks
- Recommended: deploy with Vercel or Netlify (connect repository and use the
buildstep). - GitHub Pages: build locally then publish the
distfolder via a Pages action orgh-pagesbranch.
index.html— app entrysrc/— application source code (App.jsx, styles, assets)public/— static filesdist/— production build output (generated)
Email: hemagiri645@gmail.com
React, Vite, CSS
MIT
If you want, I can add a GitHub Actions workflow to build on push and publish to Pages or scaffold a vercel.json for Vercel.