- Clone this repository
- cd into directory for cloned project
- run the command
npm install
in the terminal - run the command
npm run start
- wait for expo to spin up
- To see GUI, clone frontend branch (https://github.com/alexgoldsmith/badgermentalhealth) and open the app on a web branch or on your native device through the expo interface. Follow instructions for frontend on the readme.md in that repo
- If you are a tester: checkout the test branch with
git checkout origin/test
- cd into the directory in a terminal
- run the command
npm install
- run the command
npm install jest --global
- to run the tests run
jest