Skip to content

sota-zk-labs/mkdocs

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published