Files
2025-12-14 22:16:46 +05:30
..
2023-09-07 07:38:18 -07:00
2023-09-12 20:07:54 -04:00
new
2025-11-11 17:03:51 -08:00

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.