Skip to content

hemagiri-rs/Portfolio

Repository files navigation

Hemagiri Raj S — Portfolio

Personal portfolio built with Vite + React.

Quick start

Install dependencies:

npm ci

Run dev server (hot reload):

npm run dev

Build for production:

npm run build

Preview production build locally:

npm run preview

Other helpful scripts

  • npm run lint — run ESLint checks

Deployment

  • Recommended: deploy with Vercel or Netlify (connect repository and use the build step).
  • GitHub Pages: build locally then publish the dist folder via a Pages action or gh-pages branch.

Project structure

  • index.html — app entry
  • src/ — application source code (App.jsx, styles, assets)
  • public/ — static files
  • dist/ — production build output (generated)

Contact

Email: hemagiri645@gmail.com

Technologies

React, Vite, CSS

License

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.

About

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors