all the documentation (including what you are reading) can be found here. Files are on the AskOmics repository.

Serve doc locally

First, install askomics in dev mode.

Then, run

# source the askomics virtual env
source venv/bin/activate
mkdocs serve

Site will be available at localhost:8000