Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 568 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 568 Bytes

KonferenciApp

Prerequisites

Node modules

yarn install

Mobile environment(s)

Android

  1. Install Android Studio
  2. Install Android SDK (14)
  3. Create an emulator (i.e. Medium device with Android 14) Checkpoint: yarn run android should start the app on the emulator.

iOS

  1. Install XCode (hint: use the XCodes app to download the latest version faster)
  2. Install iOS SDK (17) under XCode Settings -> Platforms
  3. Create a simulator (i.e. iPhone 15 with iOS 17) Checkpoint: yarn run ios should start the app on the simulator.