This repository is no longer maintained. The latest release (v2.0) should still be functional.
designtogether is a collaborative drawing app.
Anyone can download the source code to set up a server and create a blank canvas. Anyone with the link to the server can start drawing on the canvas in real time.
First, install npm if you haven't already done so.
Then, clone this repo to your local machine with git clone https://github.com/rishi1999/designtogether.git
Go to the directory of the repo in your terminal, and follow the instructions below:
cd server
npm install
cd client
npm install
npm run build
npm install -g serve
Go to the directory of the repo in your terminal, and follow the instructions below:
cd server
npm start
cd client
serve -p 3000 -s build