Built with React as a PWA
Northwestern University EECS 394 Ryan McHenry, Vanessa Chu, Mingyao Tan, Michael Guo, Cristobal Garcia
$ git clone https://github.com/cs394-w19/green-rememberme.git
$ cd green-rememberme
$ npm install
- Create a Firebase account and make a new project.
- Create a new Cloud Firestore database for your project.
- Within the Cloud Firestore database add a "recipes" collection and a "family" collection.
- Open project settings and locate the "Your Apps" section. Click the "</>" icon.
- Copy the "config" variable.
- Replace the placeholder config in
src/components/Firebase/firebase.js
with your config.
- In project root directory:
$ npm start
- Open your browser to http://localhost:3000
- Install the Firebase CLI:
$ npm install -g firebase-tools
- Connect your local project to your Firebase project.
- Create an optimized production build:
$ npm run build
- Deploy:
$ firebase deploy