Skip to content

Development

Build the debugger

./gradlew jar

The main fat JAR is written to build/libs/LewisOmniscientDebugger.jar.

Build the documentation

Create a virtual environment:

python3 -m venv .venv-docs
source .venv-docs/bin/activate
pip install -r requirements-docs.txt

Preview locally:

mkdocs serve

Build static HTML:

mkdocs build --strict

Generated files are written to site/.