Deployment guide

Publish MDC Website v2.0 on static hosting.

The site is built as static HTML, CSS and JavaScript. It can be hosted on Netlify, Vercel, GitHub Pages or a standard cPanel hosting account.

Simple local test

Open index.html directly in your browser. For a more realistic test, run a local server:

python3 -m http.server 8080
# Then open http://localhost:8080

Upload checklist

  1. Extract the ZIP.
  2. Open and test index.html.
  3. Replace placeholder contact information and images.
  4. Upload all files and folders to your hosting root.
  5. Visit the live domain and test navigation/forms.