Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leoRysing authored Jan 18, 2024
1 parent c813434 commit 0c74a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The installation process can vary, so follow the instructions for each item belo
- [yarn](https://classic.yarnpkg.com/en/docs/install#mac-stable) - our package manager in the frontend
- Afterwards, install all yarn dependencies using `make frontend-dep`.
- [expo-go](https://docs.expo.dev/get-started/expo-go/) - Expo allows mobile
devices to scan a QR code and view the code running on a mobile device
devices to scan a QR code and view the code running on a mobile device. For development, we will use [expo-cli](https://docs.expo.dev/more/expo-cli/), but this will be installed by the yarn `make frontend-dep` command
- [ngrok](https://ngrok.com/docs/getting-started/) - Allows us to easily connect
- We recommend making an ngrok account and creating a static domain. This will let you simplify the backend URL tremendously, as otherwise the ngrok link will be randomly generated each time you run it.

Expand Down

0 comments on commit 0c74a53

Please sign in to comment.