Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.33 KB

README.md

File metadata and controls

53 lines (38 loc) · 1.33 KB

Build Status Made With

Light Board

An interactive whiteboard to share, learn and engage in active new way. It is a collaborative whiteboard platform that enables people to share and draw their ideas and thoughts. Access to the board is free and open to everyone.

Installation

Make sure you have knowledge about python and html.

  • Clone the repo
   $ git clone https://github.com/Shakileash5/sacon.git
   $ cd sacon
  • Install dependencies
   $ pip install -r requirements.txt
  • Run the server
   $ python server.py

Features

  • Create Room
  • Join Room
  • Draw
  • Share
  • Erase

Screenshots

  • Create or Join Room create or join room

  • Join Room join room

  • Draw or Erase draw or erase

Contribution

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.