Access site at: shadowspeedrun.com
-
Clone or download the repository files.
-
Follow the install instructions on mkdocs.org here
-
Navigate to where you downloaded the files and open a terminal or command prompt in the root directory of the files.
-
Run the command:
pip install -r requirements.txt
- This will install the packages that are not default for mkdocs, but used for the site currently.
-
Navigate to the root of the downloaded files.
-
Using Terminal or Command Prompt, run the following command:
mkdocs serve
- This starts the local server to view the website from your computer.
- Need to keep the window the command was executed in to keep the website running.
- When done, use
Ctrl+C
to run the close command and turn the local server off.