https://gift-share-9825e.firebaseapp.com/
yarnnodejsnpmClone this repo in your local machine with:
git clone https://github.com/vincentlinzhu/sbhacksIX.gitIn the project directory, you can run:
yarn installyarn startRuns the app in the development mode.
Open http://localhost:3000 to view it in the browser.

This project was bootstrapped with Create React App.
This project was developed in the Next Level Week, free program designed by @RocketSeat to help developers learn by bulding projects.
Make sure to add the following to your .env:
name: apiKey => REACT_APP_API_KEY
name: authDomain => REACT_APP_AUTH_DOMAIN
name: databaseURL => REACT_APP_DATABASE_URL
name: projectId => REACT_APP_PROJECT_ID
name: storageBucket => REACT_APP_STORAGE_BUCKET
name: messagingSenderId => REACT_APP_MESSAGING_SENDER_ID
name: appId => REACT_APP_APP_ID
Update .firebaserc file to default the project ID to one created in your firebase console.
Enable Google as an authentication option in your firebase console.