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

In your terminal enter the following commands:

venv\Scripts\activate.ps1

mkdocs serve

Open a browser to http://127.0.0.1:8000

In your terminal enter the following commands:

source venv/bin/activate

mkdocs serve

Open a browser to http://127.0.0.1:8000