Skip to content

Commit

Permalink
servers
Browse files Browse the repository at this point in the history
  • Loading branch information
bloombar committed Dec 3, 2024
1 parent 2c37d1f commit 7673610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ pip3 install -r requirements.txt

### Run the app

#### development mode
#### Development server

To run the app locally in development mode:

Expand All @@ -152,7 +152,7 @@ To run the app locally in development mode:

Note that this will run the app only on your own computer. Other people will not be able to access it. If you want to allow others to access the app running in development mode on your local machine, try using the [flask-ngrok](https://pypi.org/project/flask-ngrok/) module.

#### production mode
#### Production server

To run the app in production mode using a real web server, for example using [gunicorn](https://gunicorn.org/):

Expand Down

0 comments on commit 7673610

Please sign in to comment.