Skip to content

Commit

Permalink
add building core to README
Browse files Browse the repository at this point in the history
  • Loading branch information
lsteinmann committed Jun 24, 2024
1 parent 665e88e commit 5fcfcfd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mobile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ The app is developed in [React Native](https://reactnative.dev/) and the [Expo C

Use the following commands to run the app for development in the browser (in the repository root):

```
$ npm run bootstrap
$ cd mobile
$ cd core
$ npm run build
$ cd ../mobile
$ npm install --global expo-cli
$ npm start
```

## Run on (virtual) device

Expand Down

0 comments on commit 5fcfcfd

Please sign in to comment.