- Activate Run Pubspec Script
dart pub global activate rps
- Install the dependencies
rps dependencies
- Local Server
rps server
- Running on local server
rps app:local
- Running on depoyed server
rps app
- Deployed server https://mediamaster.fly.dev/
- For more commands, see the scripts in the
pubspec.yaml
file.