Hackathon 11/2022 UofC
Let the users do some exercise tasks, so that can gain some points, which can redeem in some shops Go to This website (My server) to see the demo for shops.
python>=3.9
pip install -r requirements.txt
To install the android environment, it's necessory to create an app and you can be deleted afterwards:
briefcase new
briefcase create android
cd hackrth
To build the apk, execute
export DYLD_LIBRARY_PATH="/usr/local/lib/" # for mac/Linux
briefcase build android -u
The built apk will be at hackrth/android/gradle/HackRTH/app/build/outputs/apk/debug/app-debug.apk
To run locally,
briefcase dev
The 3 contributors