https://github.com/d-koppenhagen/retro-board
Retro Board is a collaborative drawing and retrospective tool.
https://github.com/d-koppenhagen/retro-board
angular canvas drawing retrospective retrospectives sticky-notes
Last synced: about 1 year ago
JSON representation
Retro Board is a collaborative drawing and retrospective tool.
- Host: GitHub
- URL: https://github.com/d-koppenhagen/retro-board
- Owner: d-koppenhagen
- License: mit
- Created: 2021-01-06T07:02:43.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-30T21:06:25.000Z (about 5 years ago)
- Last Synced: 2025-02-10T00:25:32.514Z (about 1 year ago)
- Topics: angular, canvas, drawing, retrospective, retrospectives, sticky-notes
- Language: TypeScript
- Homepage: https://retro-board-8ce55.firebaseapp.com/
- Size: 2.13 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Retro Board
[](http://makeapullrequest.com)
[](https://github.com/ellerbrock/open-source-badge/)
[](https://d-koppenhagen.github.io/angular-tag-cloud-module/)
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](https://github.com/jeffersonswartz/canvas-app)
### Development
Install Angular CLI globally.
```sh
$ npm install -g @angular/cli
```
Install the dependencies and devDependencies.
```sh
$ npm install
```
Adjust the Firebase configuration and connect it to your instance by copying the template and change the content:
```sh
cp src/environments/environment.example.ts src/environments/environment.ts
# open src/environments/environment.ts and adjust the content
```
Start the app locally
```sh
$ npm start
```
That's it. 🎉
