Welcome to the SotaZK Labs documentation, built with the Material theme for MkDocs.
-
Download and install Python 3.11: https://www.python.org/downloads/
-
Install the
virtualenv
package:
pip install virtualenv
- Build and serve the html
./run.sh
The site runs at: http://127.0.0.1:8000/
Dockerfile
to run locally.
- Spin up the image:
docker build -t sota-zk-docs .
- Run the container:
docker compose up
The site runs at: http://127.0.0.1:8000/