Open the terminal on your IDE ( ex. VS Code). Then copy paste the command.
git clone https://github.com/hcp-uw/fundit.git
Use the following command to create your own branch.
git checkout -b "branch_name"
In order to insall the libraries, use the following command.
npm install
For mac users, you may need to run as administrator. In order to do that use this.
sudo npm install
In order to start up expo go first download Expo Go from the app store/ play store.
Then on your terminal type
npx expo start
Run as administrator with the sudo command as needed.