This is a lightweight NodeJS collaborative Whiteboard/Sketchboard which can easily be customized...
- install the latest NodeJs (version >= 12)
- Clone the app
- Run
npm ci
inside the folder - Run
npm run start:prod
- Surf to http://YOURIP:8080
docker run -d -p 8080:8080 rofl256/whiteboard
- Surf to http://YOURIP:8080
npm run start:prod PORT=8081
npm run start:dev PORT=8081