Skip to content

velohero-com/help

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

34 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Velo Hero Help Center

Velo Hero Help Website: https://www.velohero.com/help/

Python

Follow the official guide so that you have a working virtual environment and pip3 installed.

Once you have created and activated a virtual environment, install the dependencies we use for testing and tools.

python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt

Serve

Create a current version for yourself:

mkdocs serve

Open notes:

open "http://127.0.0.1:8000/"