This is the front end for the Ampl.io app, made for RU Hacks 2021. Check it out on devpost here.
To use the app, first make sure that you have pulled and ran the backend server.
Your device must have XCode installed since the app has been developped for mobile iOS phones.
You must also have yarn installed on your device. If you do not, and are on a mac, you may type:
brew install yarn
First install packages:
yarn install
Then, install pod files:
cd ios && pod install
Finally, you may go back to the Ampl.io directory and run the app using:
yarn ios