Manage proposal submission, speaker selection, agenda and mobile applications.
Project contains build targets for 4 applications:
- androidapp: native Android app
- iosapp: native iOS app
- backend: JVM-based Ktor server
- browser: KotlinJS browser project
- Connect a test device
- Deploy with
./gradlew :androidapp:installDebug
cd iosapp
pod install
- Open
iosapp.xcworkspace
with XCode - Build and deploy app to simulator
- Deploy locally with
./gradlew :backend:run
- Console output should include
Responding at <local browser address>
- Deploy locally with
./gradlew :browser:browserRun