A polished resume website built with React, TailwindCSS, Framer Motion, and lucide-react icons.
# Install Node.js 18+ first: https://nodejs.org
npm install
npm run devThen open the URL shown in the terminal (usually http://localhost:5173).
npm run build
npm run preview- Create a new GitHub repository, for example:
aashish-resume-site - In
vite.config.js, set:base: '/aashish-resume-site/' - Push your code to GitHub, then run:
npm run deploy
- In your repo settings → Pages, choose the
gh-pagesbranch (if needed). - Your site will be at:
https://<your-username>.github.io/aashish-resume-site/
Place your resume PDF at public/AAshish.pdf (already included). The download button uses this path.