Skip to content

flamingchickens1540/hensight

Repository files navigation

Hensight

Hensight is a display platform used to display FRC team data on a portable screen.

Usage

Python backend

pip install tba-api-v3client flask schedule numpy statbotics tbapy
python main.py

Rust backend

# with env vars set in .env
cargo run
# setting EVENT_KEY inline (overrides value in .env)
EVENT_KEY="2024cc" cargo run

Format

# frontend
bun i
bun prettier . --write
# rust backend
cargo fmt