diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..71dcf09 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# postmarketos.org + +## Dev + +### Dev Server + +```bash +$ FLASK_DEBUG=1 FLASK_APP=app.py flask run +``` + +### Build + +```bash +$ python freeze.py +``` |
