mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 06:14:04 +02:00
| .. | ||
| __init__.py | ||
| app.py | ||
| color_and_brightness.py | ||
| homeassistant_util_color.py | ||
| README.md | ||
| requirements-dev.txt | ||
| requirements.txt | ||
| requirements.txt.in | ||
To run this app locally, install the requirements and run shiny run.
$ cd webapp
$ pip install -r requirements-dev.txt
$ shiny run
After the server starts, which should take only a moment, you can open http://127.0.0.1:8000 to see the interface.