Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 461 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 461 Bytes

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