Personal portfolio built with Vite + React + TypeScript.
npm run dev # start the dev server
npm run build # type-check (tsc) + production build to dist/
npm run preview # serve the production build locally
npm run lint # run ESLint
npm run test # run Vitest
npm run deploy # build + publish dist/ to GitHub Pages