updated README.md

This commit is contained in:
Juthatip McDevitt 2024-07-28 13:06:24 -05:00
parent 0fdb862a30
commit bda2c41772
2 changed files with 4 additions and 4 deletions

View file

@ -4,6 +4,6 @@ This project is a donut shop mobile application, where users can search for the
## To start the project
* Download [Expo Go](https://expo.dev/go) on your device to launch the project.
* To start the project, run this command on your terminal `npx expo start --tunnel`
* Scan the QR code that shows in your shell.
* To start the project, run this command in your terminal `npx expo start --tunnel`
* Scan the QR code that shows in your terminal.
* For more information about Tunneling, please read [Expo](https://docs.expo.dev/more/expo-cli/#tunneling).

View file

@ -4,6 +4,6 @@ This project is a news mobile application that fetches data from [News API](http
## To start the project
* Download [Expo Go](https://expo.dev/go) on your device to launch the project.
* To start the project, run this command on your terminal `npx expo start --tunnel`
* Scan the QR code that shows in your shell.
* To start the project, run this command in your terminal `npx expo start --tunnel`
* Scan the QR code that shows in your terminal.
* For more information about Tunneling, please read [Expo](https://docs.expo.dev/more/expo-cli/#tunneling).