Hosted at https://pandemic-legacy-helper.vercel.app/
Skipping over a lot of details that should be available online:
- Set up a project on Firebase. Create a Realtime DB and create credentials.
- Deploy to Vercel and set the following environment variables (on Vercel):
REACT_APP_FIREBASE_MEASUREMENT_ID="..."
REACT_APP_FIREBASE_APP_ID="..."
REACT_APP_FIREBASE_MESSAGING_SENDER_ID="..."
REACT_APP_FIREBASE_API_KEY="..."
Then, to run locally,
npm install
npm install -g vercel
# Do the `git clone`
# Set up Vercel project
vercel link
vercel env pull
# npm start does not work, Use:
npm run dev
I am not writing tests. See test.md