Skip to content

Commit

Permalink
Partial update hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
leoRysing committed Jan 15, 2024
1 parent d9a4a3e commit 890127a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ backend-run:
# convert the backend link to an ngrok link
.PHONY: backend-ngrok
backend-ngrok:
include .env
@echo ${EXPO_PUBLIC_API_DOMAIN}
cd backend && ngrok http --domain=${EXPO_PUBLIC_API_DOMAIN} 8080

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The installation process can vary, so follow the instructions for each item belo
- [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
- [ngrok](https://ngrok.com/docs/getting-started/) - Allows us to easily connect
- You may need to run this to authenticate; `ngrok config add-authtoken 2ayIx9Z092NTzK4g6iR635XKtp9_XqbpW4vPEZmzxB6nyRqk`

If everything was successful, you can now compile and run the project!

Expand Down

0 comments on commit 890127a

Please sign in to comment.