pkrasicki / SyncPaint

A web app for synchronized group drawing. Draw together with other people in real time.

Home Page:https://syncpaint.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SyncPaint Logo

SyncPaint allows multiple users to draw on one canvas at the same time. You can draw together with other people simply by sharing the link to your room.

Version Open issues Open issues License Website

screenshot

Dependencies

Build from source

npm install
npm run build

For a production build use npm run build-prod.

Run

Run node app.js to start the app. Then navigate to http://localhost:3000.

Live version is available at: syncpaint.com.

Build and run with Docker

docker build . -t syncpaint:latest
docker run -p 3000:3000 syncpaint:latest

About

A web app for synchronized group drawing. Draw together with other people in real time.

https://syncpaint.com

License:GNU General Public License v3.0


Languages

Language:JavaScript 72.5%Language:SCSS 18.7%Language:HTML 8.6%Language:Dockerfile 0.3%