Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 749 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 749 Bytes

MCUT project site

This is the repository for the MCUT project page

The actual MCUT repository can be found here

Local setup for development

  • Ensure you have pip3 which is necessary to install an MkDocs theme that we use called Material)
    • curl https://bootstrap.pypa.io/get-pip.py | python
    • pip3 install --upgrade setuptools
  • Install MkDocs theme called "Material"
    • sudo pip3 install mkdocs-material

Previewing the site

Deploying the site

  • Deploy/publish the website by
    • mkdocs gh-deploy