A Python/Flask dashboard sample for use with GitHub Codespaces.
- Open this repository in a codespace.
- Install your requirements by running
pip install -r requirements.txt - Hit
F5to start debugging. - Follow the toast to "Open forwarded port" and see your application. https://docs.github.com/en/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace
