Skip to content

JiningLiu/stream-overlays

Repository files navigation

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.