# postmarketos.org ## Dev ### Dev Server ```bash $ FLASK_DEBUG=1 FLASK_APP=app.py flask run ``` ### Build ```bash $ python freeze.py ```