This is a README to briefly explain the app's purpose and how to set it up on your phone.
- Install Node.js
- Install the Expo App on your phone
- Download Visual Studio Code on your computer
- Download the Prettier VS Code Extension.
- Clone the repository by running
git clone https://github.com/parkerbedlan/team8
- Open the
frontend/FitnessApp
folder in vs code - Open a terminal by pressing
ctrl+`
- Install dependencies by running
npm install
- Install expo by running
npm install -g expo-cli
- Start the app by running
npm start
- Scan the generated QR code with your phone's Expo app.