Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 597 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 597 Bytes

FTC Stream Overlays

For use with the stream-cam project and official FTCLive scoring system.

Developing

Once you've installed dependencies with bun i, start a development server:

bun run dev

# or start the server and open the app in a new browser tab
bun run dev -- --open

The port is exposed by default with the --host flag.

Building

To create a production version of the app:

bun run build

You can preview the production build with bun run preview.