Static site with Privacy Policy and Support pages for the Me.Dea app, built with React + Vite and themed with the green from the logo.
src/— React app, pages, layout, and theme styles.public/— static assets copied as-is (logo, SPA404.htmlfallback).docs/— build output (generated bynpm run build).vite.config.js— base path/medea/anddocsasoutDir.
npm install
npm run dev
# open http://localhost:5173/medea/npm run build
# results in docs/index.html and docs/assets/*You can preview the production build locally:
npm run preview- Run
npm run build(outputs todocs/). - Commit and push
docs/tomain. - In GitHub → Settings → Pages, set source to
mainbranch, folder/docs. - Ensure
baseremains/medea/invite.config.js.
Direct navigation is handled by public/404.html (copied to docs/404.html on build).
- Logo is used as favicon and in the header.
- Dates and the footer year are generated dynamically at runtime.
- No analytics or tracking scripts are included.