Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 21 days ago
JSON representation

Retro Board is a collaborative drawing and retrospective tool.

Awesome Lists containing this project

README

        

# Retro Board

Buy Me A Coffee

[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=102)](https://github.com/ellerbrock/open-source-badge/)
[![Live](https://img.shields.io/badge/Live-firebase-blueviolet.svg)](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.

![A screenshot from the retro board app](./docs/screenshot.png)

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