Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 650 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 650 Bytes

SotaZK Labs docs

Welcome to the SotaZK Labs documentation, built with the Material theme for MkDocs.

Run with Python

  1. Download and install Python 3.11: https://www.python.org/downloads/

  2. Install the virtualenv package:

pip install virtualenv
  1. Build and serve the html
./run.sh

The site runs at: http://127.0.0.1:8000/

Run with Docker

⚠️ Remove line 10 from the Dockerfile to run locally.

  1. Spin up the image:
docker build -t sota-zk-docs .
  1. Run the container:
docker compose up

The site runs at: http://127.0.0.1:8000/