This is a basic starter template for MMPilot - It doesn't include any CSS framework or JavaScript libraries.
It has just the bare bone files and setup to kickstart your website with MMPilot.
You may also want to check out other advanced MMPilot templates, in case this template is too minimal for you.
-
Clone or download this template.
-
Install dependencies:
npm install
-
Start dev server with live reload:
npm run dev
-
Add your website code as per your choice.
-
Change
package.json
and_mmpilot.yml
to add your own details. -
Build for production:
npm run build
-
Change the remote url to your own github repo.
git remote set-url origin <Your Git Repo URL>
-
Deploy to GitHub pages by running
npm run deploy
Licensed under the MIT License