This is the repository for the MCUT project page
The actual MCUT repository can be found here
- 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
- Serve website locally (http://127.0.0.1:8000/)
mkdocs serve
- Deploy/publish the website by
mkdocs gh-deploy