Merge pull request #29 from pbaehr/main

Update running instructions in DEVELOPER.md
This commit is contained in:
stopflock
2026-01-25 16:37:52 -06:00
committed by GitHub

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