Application for controlling the mybeacon hardware. User can track current mood and explore pre-defined mood themes.
You must have Node.js installed to install / run this application.
npm install -g expo-cli
npm install
expo startAn expo console will open in your web browser. To see options for running the application, see console commands that follow "expo start".
Copy and paste your Firebase API key into src/firebase.js
git clone git@github.com:cs394-w21/mybeacon.git
cd mybeacon/
npm installThe CI action has been set up to deploy commits to the main branch on push; however, should you need to deploy manually, below are the instructions
expo build:web
firebase deploy- Repository: https://github.com/cs394-w21/mybeacon/
- Issue tracker: https://github.com/cs394-w21/mybeacon/issues
- Current iteration is only supported on a modern web browser.
- Screen formatting and styling works best on an iphone X sized window.
- ControlScreen is not updated properly when themes are selected on ThemeScreen