This is a web interface to administer the RST Checklist app. The goal is to allow RST staff to log in and send notifications to everyone with the app.
This is a create-react-app that's been ejected, so install Node.js, clone this repo, and follow the typical React development workflow:
npm install
npm run start
And open http://localhost:3000. The page will refresh automatically when you make changes.
It uses this Firebase project for development by default, so you'll either need access to that, or just create a new Firebase project, and copy the pertinent information to firebase-adapter.js.
If you haven't already, set up the Firebase command-line tool:
npm install -g firebase-tools
firebase login
And then whenever you'd like to deploy:
firebase deploy