Single-page app (Vite 8, React 19, TypeScript, Tailwind CSS v4) with three assessments at /1, /2, /3, and a home screen at /.
UI today: header and home use Lucide icons and readable nav labels from app/src/lib/main-nav.ts; the logo is imported from app/src/assets/logo.png. Main content cards share the same max width as the header (APP_SHELL_MAX_WIDTH in shell-classes.ts).
doc/README.md — index for overview, repo layout, development, assessments, GitHub Pages, and Cursor conventions.
Use Node from .nvmrc, then:
cd app
pnpm install
pnpm devBuild, lint, preview, and deploy notes: doc/development.md and doc/github-pages.md.