Skip to content

silviolanza/medea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Me.Dea Support Website

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.

Project layout

  • src/ — React app, pages, layout, and theme styles.
  • public/ — static assets copied as-is (logo, SPA 404.html fallback).
  • docs/ — build output (generated by npm run build).
  • vite.config.js — base path /medea/ and docs as outDir.

Local development

npm install
npm run dev
# open http://localhost:5173/medea/

Build (outputs to docs/)

npm run build
# results in docs/index.html and docs/assets/*

You can preview the production build locally:

npm run preview

Deploy to GitHub Pages

  1. Run npm run build (outputs to docs/).
  2. Commit and push docs/ to main.
  3. In GitHub → Settings → Pages, set source to main branch, folder /docs.
  4. Ensure base remains /medea/ in vite.config.js.

Direct navigation is handled by public/404.html (copied to docs/404.html on build).

Notes

  • 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.

About

Official support and privacy policy pages for the Me.Dea aesthetic medicine application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors