Files
Frederick Giasson ee363667a8 Update README.md
Should be `-r` and not `-i`
2023-09-12 20:07:54 -04:00

319 B

Run the App

Requirements

Python 3.X

pip install -r app/requirements.txt

Running

To run anything that runs a Flask app, for example

cd app
gunicorn --workers 1 --threads 4 sw:app

This will run the Small Web frontend app locally.

Open http://127.0.0.1:8000 in browser to access.