Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/d-koppenhagen/retro-board
- Owner: d-koppenhagen
- License: mit
- Created: 2021-01-06T07:02:43.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-30T21:06:25.000Z (almost 4 years ago)
- Last Synced: 2024-10-30T05:43:07.756Z (2 months 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
[![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)
### DevelopmentInstall 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. 🎉