Setup for hosting provider | mmdevs.org
Home

Setup GitHub Pages

Create GitHub Pages:

If you have not already done so, sign in to GitHub and set up your GitHub Pages site by following their instructions.

Set up your subdomain:

Follow our registration guide to request your subdomain.

Publishing:

From a branch:

CNAME

<your_subdomain>.mmdevs.org

Using a workflow:

example URL

https://github.com/{user_name}/{repo}/settings/pages

Setup for Vercel