The VBA Wellness Application creates a competitive environment that encourages young lawyers to maintain a healthier lifestyle through healthy competitions.
The IOS instructions assume you have XCODE, XCODE Command Line Tools, and the XCODE simulator installed.
- Clone the repository
- Navigate to
Client
directory and runnpm install
- Navigate to
ios
directory and runpod install
- Build the appliction:
- In
Client
runreact-native start
- Then build the application using
react-native run-ios
- In
If simulator keeps refreshing at this point try rerunning Metro with react-native start --reset-cache
The Android instructions assume you have an Android Virtual Device installed and setup, instructions for this can be found here
- Clone the repository
- Navigate to
Client
directory and runnpm install
- Then run
npx react-native run-android
to start the Metro bundler, and build the app - The emulator will then open in a new window and load the app