Retro Board is a collaborative drawing / retrospective tool that enables the users to draw collaboratively between their browsers.
The original code base was inspired and forked from @jeffersonswartz canvas-app
Install Angular CLI globally.
$ npm install -g @angular/cli
Install the dependencies and devDependencies.
$ npm install
Adjust the Firebase configuration and connect it to your instance by copying the template and change the content:
cp src/environments/environment.example.ts src/environments/environment.ts
# open src/environments/environment.ts and adjust the content
Start the app locally
$ npm start
That's it. 🎉