Skip to content

Commit

Permalink
Add step for building apps (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardsph authored Jul 23, 2024
1 parent ef3fac3 commit bbf968d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ WALLET_UPLOAD_KEY_PASSWORD=<keystore password>

## Running

If you are going to run the application in an emulator or simulator, you need to build the development version using
one of the following:
```bash
npm run android
npm run ios
```

Start the application:

```bash
Expand Down

0 comments on commit bbf968d

Please sign in to comment.