adaptive-lighting/webapp/README.md

10 lines
283 B
Markdown
Raw Normal View History

To run this app locally, install the requirements and run `shiny run`.
```
$ cd webapp
2025-07-21 15:48:10 -07:00
$ 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](http://127.0.0.1:8000) to see the interface.