Skip to content

d-koppenhagen/retro-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

73dc0f9 Â· Jan 30, 2021

History

47 Commits
Jan 6, 2021
Jan 6, 2021
Jan 11, 2021
Jan 6, 2021
Jan 30, 2021
Jan 6, 2021
Jan 6, 2021
Jan 6, 2021
Jan 6, 2021
Jan 30, 2021
Jan 6, 2021
Jan 6, 2021
Jan 6, 2021
Jan 6, 2021
Jan 6, 2021
Jan 6, 2021
Jan 30, 2021
Jan 30, 2021
Jan 6, 2021
Aug 21, 2018

Repository files navigation

Retro Board

Buy Me A Coffee

PRs Welcome Open Source Love Live

Retro Board is a collaborative drawing / retrospective tool that enables the users to draw collaboratively between their browsers.

A screenshot from the retro board app

The original code base was inspired and forked from @jeffersonswartz canvas-app

Development

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. 🎉