Flask server for displaying a quick development HUD (built specifically for use with FRC1721's code environment.
pipenv shell
flask run --debug
Deployment is handled with docker.
# Example Docker Compose File
services:
project_hud:
image: ghcr.io/frc-1721/project_hud-bot:main
environment:
TZ: America/New_York
GITHUB_TOKEN: YOUR_TOKEN
GITHUB_REPOS: YOUR,REPOS
USERNAME_MAP: username:realname,