Retroman is a simple app to retrospectives with a bigger audience.
- Create your project on the Firebase Console.
- Enable the Google and Anonymous sign-in provider in the Authentication > SIGN-IN METHOD tab.
- You must have the Firebase CLI installed. If you don't have it install it with
npm install -g firebase-tools
and then configure it withfirebase login
. - On the command line run
firebase use --add
and select the Firebase project you have created. - On the command line run
firebase serve
using the Firebase CLI tool to launch a local server.
Licensed under an MIT license.