For use with the stream-cam project and official FTCLive scoring system.
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.
To create a production version of the app:
bun run build
You can preview the production build with bun run preview
.