Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.17 KB

README.md

File metadata and controls

34 lines (18 loc) · 1.17 KB

mmpilot-bootstrap-template

This is a starter template for MMPilot - It includes Bootstrap Framework.

It has the bare bone files along with Bootstrap to setup and kickstart your website with MMPilot.

Live Demo

You may also want to check out other MMPilot templates

How to use this template

  1. Clone or download this template. Or run the following command if you have MMPilot installed:

    mmpilot new bootstrap <project-name>

  2. Install dependencies: npm install

  3. Start dev server with live reload: npm run dev

  4. Add your website code as per your choice.

  5. Change package.json and _mmpilot.yml to add your own details.

  6. Build for production: npm run build

Deploy to GitHub pages (Optional)

  1. Change the remote url to your own github repo. git remote set-url origin <Your Git Repo URL>

  2. Deploy to GitHub pages by running npm run deploy

License

Licensed under the MIT License