Merge pull request #30 from zk-passport/0xturboblitz-patch-1

Update README.md
This commit is contained in:
turboblitz
2023-12-11 17:51:05 -05:00
committed by GitHub

View File

@@ -37,8 +37,15 @@ And install the targets like this:
rustup target add aarch64-linux-android
```
To run the server:
To run the server, first connect your phone to your computer, allow access, then:
```
yarn start
```
Then press `a` for android or `i` for iOS
To export an apk:
```
cd android
./gradlew assembleRelease
```
The built apk it located at `android/app/build/outputs/apk/release/app-release.apk`