Small multi-page site for ASSUME using:
- Vite + React + TypeScript
- React Router for routes
- Shared header and footer via
src/layouts/SiteLayout.tsxandsrc/components/
The UI follows the browser / OS color scheme automatically using CSS prefers-color-scheme (no duplicate light/dark stylesheets and no manual theme toggle). index.html includes <meta name="color-scheme" content="light dark" /> so form controls match the active scheme.
npm install
npm run devOpen the URL printed by Vite (typically http://localhost:5173).
npm run build
npm run previewStatic assets live under public/img/ (e.g. assume-logo.png, assume-only-logo.png).