Personal website and resume for Ryan Koval, built with TanStack Start, React, Vite, Tailwind CSS, and Bun.
Use the pinned Node version, then install dependencies:
nvm use
bun installStart the dev server:
bun run devCommon commands:
bun run build
bun run preview
bun run lintResume data lives in src/resume.yml. After changing resume content or print
styles, regenerate the downloadable PDFs:
bun run generate-resume-pdf