Tim Sherman's gig and booking site — a React + TypeScript frontend that talks to
the web-jam-back API for gig/venue/booking data and is hosted on Cloudflare
Pages.
npm run dev— start the Vite dev server.npm run build— production build.npm run preview— preview the production build locally.npm run typecheck— fulltsc --noEmit(includes test files).npm run test:lint— ESLint.npm run test:unit— Vitest with coverage.npm test— lint + typecheck + unit tests with coverage (the CI gate).npm run test:watch— Vitest in watch mode.