- Android emulator/device
- npm
- expo cli
- Clone/download repo
- In the project folder run
npm install
- In the project folder run
npm start
- Follow expo instructions to run app on your emulator/device
For detailed Expo instructions visit Up and Running.
If you'd like to install our app on your phone, the latest version can be found here. Note: We currently only provide an .apk for Android devices. If you'd like to run this on iOS, follow the instructions below
- Clone/download repo
- In package.json ensure the devDependencies are using the most updated version
- In the project folder run
npm install
- In the project folder run
npm test
We have used Github to track our bugs, information on our known bugs can be found under the issues tab. For detailed instructions on adding an issue visit Creating an issue.