Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.22 KB

README.md

File metadata and controls

17 lines (14 loc) · 1.22 KB

Tørst

Web app to monitor and manage blood alcohol consumption (BAC) in a drinking session with multiple users.

To run the project: First set up a Firebase project with the following collections: users, drinks and sessions, and an email/password authentication provider. Copy the Firebase config into this file: src/config/firebase.js. Then run:

$ npm install
$ npx expo start