A tool to display information on a screen in the pits.
To setup the project, first clone it:
git clone https://github.com/CurtinFRC/PitDisplay.git
Then install dependancies with pnpm:
pnpm install
Then run with:
pnpm run dev
To build locally use:
pnpm run build