| title | Quickstart |
|---|---|
| sidebar_position | 1 |
From repository root:
./tools/init_dev_env.sh./build.shmelos bootstrap
melos analyze
melos testFor mobile app package-specific tests, run from the package directory:
cd apps/mobile_chat_app
flutter testcd apps/mobile_chat_app
flutter build web --releaseFor full build details, see BUILD.md at the repository root.