Skip to content

Using the tool after the initial setup

After the initial setup you will only need to take the following steps:

Open Visual Studio Code

Click the Source Control button in the left menu alt text

Click Open Folder and navigate to the folder where you cloned the repository

If you are on a PC

In your terminal enter the following commands:

venv\Scripts\activate.ps1

If you are on a Mac

In your terminal enter the following commands:

source venv/bin/activate

mkdocs serve

Open a browser to http://127.0.0.1:8000