Using sensor data we collected, pushed to firebase and analyzed with the app.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
homebrew
npm v5 has some bugs, so we are using v4 here.
git clone this_repo
brew install npm@4
brew install watchman
npm install
n/a
n/a
n/a
I am currently using expo to debug and see live changes on the app,
use npm run start
in terminal and it will generate a QR code where
you can use the expo app to scan and use this app.
bootstrapped with create-react-native-app
- Taylor Yang - Initial work - MyGithub
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
Used readme template from PurpleBooth