Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

JiningLiu/ftc-scorer-relay-client

Repository files navigation

FTC Scorer Live Relay Client

presented by FTC Team 20240 Slingshot

This project is in early development. Please check back later for open source information and documentation.

© 2024-2025 FTC Team 20240 Slingshot & Contributors. MIT License.

Developing

bun i

bun run dev

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

Building

To create a production version of your app:

bun run build

cd electron

npm i

Note: Use bun for Svelte, and npm for Electron.

Make sure there's a .env file with required properties in forge.config.js. See Electron Forge docs.

npm run make

This will build .zip binaries for macOS, Linux, and Windows. (arm64 and x64)

Your files will be in electron/out.

About

FTC Scorer Live Relay Desktop Client Application

Resources

License

Stars

Watchers

Forks

Contributors