Koor Knowledge Base
- You need to have
python3
andpip
installed on your computer. - Install the dependencies by running this command in the root of the repository:
pip install -r requirements.txt
- Now you should be able to run
npm run docs:dev
- Should the command return
mkdocs command not found
, you need to adjust yourPATH
variable on your system to include Python's library bin path.- Linux:
export PATH="$HOME/.local/bin:$PATH"
- Mac:
export PATH="$HOME/.local/bin:$PATH"
- Windows:
~/AppData/Roaming/Python/Scripts/
add to your session (instructions).
- Linux:
- Should the command return
- After a few seconds, the console output should tell you where to find the documentation preview, by default it should be available at
http://127.0.0.1:8000/
.