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

make serve-doc

Doc will be available at localhost:8000

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