mirror of
https://github.com/kagisearch/smallweb.git
synced 2025-12-22 10:57:09 +00: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.