Skip to content

lokkochan/HackRTH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HackRTH

Hackathon 11/2022 UofC

Table of Contents

Introduction

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.

Build Instructions

Requirements

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

Build

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

Contact

The 3 contributors

License