From 625f5728aaf13bd7f83e9af9c57af74df9020e85 Mon Sep 17 00:00:00 2001 From: thejackal360 Date: Fri, 8 Dec 2023 12:54:42 -0800 Subject: [PATCH] Explain what local runs are --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a1c90a9..72aebe3 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,10 @@ if __name__ == "__main__": app.run(debug=True) ``` +A "local run" is when the user is hosting and accessing the server on +localhost. In other words, the server is hosted on the same machine that +is accessing it. + ## Install/Project Configuration To create a new Elena-based project, first install the Elena library and its dependencies from the cloned git repo's root: