Skip to content

AndrewCopeland/zk-ui

Repository files navigation

zk-ui

The zk-ui is the website wrapper for the zk command line utiltiy

Start the server

python3 -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
python serve.py