Skip to content

Commit

Permalink
Explain what local runs are
Browse files Browse the repository at this point in the history
  • Loading branch information
thejackal360 committed Dec 8, 2023
1 parent 540e89d commit 625f572
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 625f572

Please sign in to comment.