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.
bun i
bun run dev
# or start the server and open the app in a new browser tab
bun run dev -- --openTo create a production version of your app:
bun run build
cd electron
npm iNote: Use
bunfor Svelte, andnpmfor Electron.
Make sure there's a .env file with required properties in forge.config.js. See Electron Forge docs.
npm run makeThis will build .zip binaries for macOS, Linux, and Windows. (arm64 and x64)
Your files will be in electron/out.