aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 14b6a36..1cff037 100644
--- a/README.md
+++ b/README.md
@@ -48,3 +48,11 @@ Running mypy(type-checker):
```bash
mypy .
```
+
+#### Running the flask app
+
+To spin up the server:
+
+```bash
+env FLASK_DEBUG=1 FLASK_APP="main.py" flask run --port=8080
+```