Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 1.06 KB

README.md

File metadata and controls

22 lines (20 loc) · 1.06 KB

Que.St

🎮 Explore the city while playing!

How to run

Android

  1. Set up the development environment for your OS according to these instruction
  2. Prepare your Android device
  3. Install dependencies with yarn
  4. Run npx react-native start inside your React Native project folder. It starts Metro Bundler.
  5. Open a new terminal inside your React Native project folder. Run the following: npx react-native run-android. If everything is set up correctly, you should see your app running on your Android device/emulator shortly.
  6. If you can't get this to work, see the Troubleshooting page.

Running without cache

If you have problems with env variables, try to run application with reset cache:

yarn start --reset-cache