A companion mobile app to https://github.com/thorium-sim/thorium, written in React Native.
XCode or Android Studio will have to be installed before doing anything with this project. You can get set up by following the "React Native CLI Quickstart" steps here: https://facebook.github.io/react-native/docs/getting-started
npm install
# If running in iOS, install CocoaPods and then
cd ios
pod install
# Then
npm run ios
#or
npm run android