android

Seto Elkahfi committed Jul 29, 2024 at 19:01 UTC ea4c86194642862f865d4b27cea4ac7a29dc75a4
1 file changed +6
README.md
+6
@@ -37,6 +37,12 @@ Generate Xcode project:
37 bazel run //frontend/apple:xcodeproj
38 ```
39
40 +### Android
41 +
42 +```bash
43 +bazel mobile-install //frontend/android/src/main:app --start_app
44 +```
45 +
46 ## Credits
47
48 - [Tauri](https://github.com/marmos91/tauri-bazel-next-typescript).