Skip to content

Commit

Permalink
docs: npm start is required to develop (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn authored Apr 23, 2024
1 parent 38f73c7 commit aa6cff4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,14 @@ The next version of Mapeo Mobile
npm install
```
2. (optional) Start the Metro bundler process
2. Start the Metro bundler process
```sh
npm start
```
Leave this running in a separate terminal window.
3. Build and run the app (Android)
- For this project, using a physical device is more convenient and reliable to work with. It is recommended that you follow React Native's [setup instructions](https://reactnative.dev/docs/running-on-device) for running an app on a device.
Expand Down

0 comments on commit aa6cff4

Please sign in to comment.