This is a basic starter template for MMPilot.
It has just the bare bone files and setup to kickstart your website with MMPilot.
Feel free to add your own frameworks to the project. Turn it into a website or a webapp, the choice is yours.
You may also want to check out other advanced MMPilot templates.
How to use this template
Install dependencies:
npm installStart dev server with live reload:
npm run devAdd your website code as per your choice.
Change
package.jsonand_mmpilot.ymlto add your own details.Build for production:
npm run build
Deploy to GitHub pages (Optional)
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
License
Licensed under the MIT License