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

Serve doc locally

To serve docs locally, run

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

Site will be available at localhost:8000