Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 1.25 KB

README.md

File metadata and controls

59 lines (36 loc) · 1.25 KB

Build Status

Documentation

Boardshare

A collaborative whiteboard and text-editing app

Team

  • Product Owner: Stephan Tabor
  • Scrum Master: David Chiang
  • Development Team Members: Tyler Travers, Thomas Lam, Cody Scholberg

Table of Contents

  1. Demo
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Contributing

Description

Boardshare is a collaborative code editor/whiteboard/video conferencing app that streams data realtime between clients.

Demo

See http://www.boardshare.io

Development

Requirements

  • Node 0.10.x

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm install
bower install
gulp

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines. See STYLE-GUIDE.md for style guidlines.