Interactive resume site built with Vite and vanilla JavaScript.
npm install
npm run devThe dev server runs at http://127.0.0.1:5173/ by default.
npm run buildVite writes the production site to dist/. GitHub Actions builds and deploys that folder to GitHub Pages.