项目作者: d-koppenhagen

项目描述 :
Retro Board is a collaborative drawing and retrospective tool.
高级语言: TypeScript
项目地址: git://github.com/d-koppenhagen/retro-board.git
创建时间: 2021-01-06T07:02:43Z
项目社区:https://github.com/d-koppenhagen/retro-board

开源协议:MIT License

下载


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.

  1. $ npm install -g @angular/cli

Install the dependencies and devDependencies.

  1. $ npm install

Adjust the Firebase configuration and connect it to your instance by copying the template and change the content:

  1. cp src/environments/environment.example.ts src/environments/environment.ts
  2. # open src/environments/environment.ts and adjust the content

Start the app locally

  1. $ npm start

That’s it. 🎉