React app that lets you write notes for your retrospective and stores them in a firebase instance.
To use your own retrobox you need a firebase database and google authentication enabled.
You need your firebase config as env variables to start the react app.
REACT_APP_API_KEY=<YOUR_DATA>
REACT_APP_AUTH_DOMAIN=<YOUR_DATA>
REACT_APP_DATABASE_URL=<YOUR_DATA>
REACT_APP_PROJECT_ID=<YOUR_DATA>
REACT_APP_STORAGE_BUCKET=<YOUR_DATA>
REACT_APP_MESSAGING_SENDER_ID=<YOUR_DATA>
npm install
npm start
This is simply a create-react-app so you can find all infos here.