Skip to content

assume-framework/assume-framework.github.io

Repository files navigation

ASSUME homepage (Vite + React + TypeScript)

Small multi-page site for ASSUME using:

  • Vite + React + TypeScript
  • React Router for routes
  • Shared header and footer via src/layouts/SiteLayout.tsx and src/components/

Theming (light / dark)

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.

Development

npm install
npm run dev

Open the URL printed by Vite (typically http://localhost:5173).

Production build

npm run build
npm run preview

Upstream project

Logos

Static assets live under public/img/ (e.g. assume-logo.png, assume-only-logo.png).

About

The website of the assume-framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors