Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 352 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 352 Bytes

Pit Display

A tool to display information on a screen in the pits.

Setup

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

Building

To build locally use:

pnpm run build