WIP wiki for CTT, made with MkDocs Material.
Join CTT and come discuss with us on the CTT Wiki forum post.
Useful Resources:
- https://squidfunk.github.io/mkdocs-material/setup/
- https://squidfunk.github.io/mkdocs-material/reference/
To locally host the website do the following:
-
Install Python via your preferred method could be a package manager or installer.
[!NOTE] If you are on Linux, make sure to install PIP.
-
Run the following command in your terminal in the root directory of the repository to install the required dependencies:
Windows:python -m pip install -r requirements.txt
Linux:
python3 -m pip install -r requirements.txt
-
Run the following command to host the website locally for developement purposes:
Windows:python -m mkdocs serve
Linux:
python3 -m mkdocs serve