Update running instructions in DEVELOPER.md

Add script execution and client ID definition to run instructions
This commit is contained in:
Peter Baehr
2026-01-21 16:29:03 -05:00
committed by GitHub
parent 05e2e4e7c6
commit 72f3c9ee79

View File

@@ -809,7 +809,8 @@ cd ios && pod install
### Running
```bash
flutter pub get
flutter run
./gen_icons_splashes.sh
flutter run --dart-define=OSM_PROD_CLIENT_ID=[your OAuth2 client ID]
```
### Testing