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
- Extract the ZIP.
- Open and test
index.html. - Replace placeholder contact information and images.
- Upload all files and folders to your hosting root.
- Visit the live domain and test navigation/forms.
