diff --git a/README.md b/README.md index 144ee62..88c7b87 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Magic Bracket Simulator -[ 🚀 Launch App ](https://magic-bracket-simulator.web.app) [ 📖 Documentation ](#documentation-map) [ 🐞 Report Bug ](https://github.com/TytaniumDev/MagicBracketSimulator/issues) +[ 🚀 Launch App ](https://magic-bracket-simulator.web.app) [ 📖 Documentation ](#documentation-map) [ 🐛 Report Bug ](https://github.com/TytaniumDev/MagicBracketSimulator/issues) **Simulate thousands of Magic: The Gathering Commander games to predict tournament brackets. Powered by Forge.** @@ -21,18 +21,13 @@ ## Quick Start -**Just want to run simulations?** Download the desktop worker for your platform from the [latest release](https://github.com/TytaniumDev/MagicBracketSimulator/releases/latest) and double-click. macOS builds are Developer-ID signed + notarized; Windows builds will trip SmartScreen the first time — click *More info → Run anyway*. The worker self-updates from then on. +Download the [latest release](https://github.com/TytaniumDev/MagicBracketSimulator/releases/latest) of the desktop worker and run it. The worker supports **Cloud** and **Offline** modes. -The worker has two modes: -- **Cloud:** signs in with Google, picks up jobs from the shared Firestore queue. Results show on the [web leaderboard](https://magic-bracket-simulator.web.app). -- **Offline:** picks 4 bundled Commander precons, runs the bracket locally, keeps results on your machine. - -**Want to run the whole stack locally for development?** See the [Deployment Guide](docs/DEPLOYMENT.md). The legacy Docker worker (`worker/`) is still in the repo and works, but the desktop worker (`worker_flutter/`) is the path going forward. +For full stack local development, refer to the [Deployment Guide](docs/DEPLOYMENT.md). ```bash # Frontend + API npm run install:all && npm run dev -# → http://localhost:5173 # Desktop worker (Flutter) cd worker_flutter && flutter run -d macos # or: -d windows @@ -59,6 +54,9 @@ cd worker_flutter && flutter run -d macos # or: -d windows * [Stale Sweeper](docs/STALE_SWEEPER.md) * [Sweeper Alerting](docs/SWEEPER_ALERTING.md) * [Sweeper Alert Policy](docs/sweeper-alert-policy.yaml) +* [Worker Flutter App Check Setup](worker_flutter/docs/APP_CHECK_SETUP.md) +* [Worker Flutter Auth Setup](worker_flutter/docs/AUTH_SETUP.md) +* [Worker Flutter Sentry Setup](worker_flutter/docs/sentry-setup.md) ## Contributing