A dashboard to explore and visualize real time empatica apps downloads. Click to visit
Explanation of my thought process, technologies and challenges can be found here
- Download repo
docker-compose up- Visit localhost:4000
- Click on the gitpod badge above
- The environment will be created and you'll be able to
- See the live app
- Make any change
# build for production
yarn build
# development mode
yarn dev
# run frontend unit tests
yarn test
# serve the bundled dist folder in production mode
yarn serve
# run backend test from functions folder
npm run test
# deploy backend
firebase deploy --only functions
# deploy frontend
firebase deploy --only hosting