mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Rename android-emulator.sh to run_android.sh and run.sh to run_web.sh, add run_android_emulator.sh to launch the app on the emulator, and update CLAUDE.md commands accordingly. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
3 lines
52 B
Bash
Executable File
3 lines
52 B
Bash
Executable File
#!/bin/sh
|
|
flutter run -d web-server --web-port 3333
|