This branch contains a version of the app built by Amper, an experimental build tool by JetBrains.
To build and run the project locally (CLI):
- Android:
./amper run -m androidApp
- iOS:
./amper run -p iosSimulatorArm64
- Desktop:
./amper run -m jvmApp
- Backend:
./amper run -m backend
To run the UI components library demo (CLI):
- Android:
./amper run -m android-gallery-app
- Desktop:
./amper run -m jvm-gallery-app