The Digital Strategy Whiteboard for FRC.
VS Code + Svelte + Tauri + rust-analyzer.
Generate both native mobile projects on macOS:
bun run mobile:initBuild both the Android and iOS release artifacts:
bun run mobile:buildThe generated projects are written under src-tauri/gen/android and
src-tauri/gen/apple. Android builds require the Android SDK/NDK; iOS builds
require macOS, Xcode, CocoaPods, and Apple signing for a distributable IPA.