Code4Hope hackathon with 4 people!
individual.mp4
-
Install dependencies
npm install OR bun install
-
Add your Google Maps API key in a .env file
-
Add the first IP address that appears when running
ipconfig
(your localhost IP address)GOOGLE_MAP_KEY=yourapikey EXPO_PUBLIC_SERVER_URL=192.168.x.x
-
Start the app
npx expo start OR bunx expo start