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

Serve the documentation locally

First, install askomics in dev mode.

Then, run

make serve-doc

The documentation will be available at localhost:8000

To change the port, use make serve-doc DOCPORT=8001