This repo hosts the MDApp widget as a simple web page you can share. It’s suitable for GitHub Pages.
- Create a new GitHub repo (e.g.,
mdapp-widget). - Upload the files from this folder (
index.htmlandREADME.md) to the root of the repo. - Go to Settings → Pages:
- Source: Deploy from a branch
- Branch:
main(ormaster) // (root)
- Save. GitHub will build the site. After 1–3 minutes, your site will be live at:
https://<your-username>.github.io/<repo-name>/
Open index.html in a browser. It must be online to fetch the MDApp SDK.
Open the live site in Chrome or Edge → menu → Install this site as an app (or Create shortcut → Open as window).