This is a React Native app. You can find all the requirements at the official documentation. You can find the backend repository here.
Follow the Getting Started guide.
$ yarn install
$ cd ios
$ pod install
Run the following commands with yarn:
Script | Command |
---|---|
ios | react-native run-ios |
android | react-native run-android |
ipad | react-native run-ios --simulator="iPad Pro (9.7-inch)" |
Follow the official guide to create a release build for android or ios
This app is MIT licensed, as found in the LICENSE file.