1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
# postmarketos.org ## Dev ### Update Wiki Content ```bash $ git submodule update --recursive --remote ``` ### Dev Server ```bash $ FLASK_DEBUG=1 FLASK_APP=app.py flask run ``` ### Build ```bash $ python freeze.py ```