Skip to content

Lightweight collaborative Whiteboard / Sketchboard

License

Notifications You must be signed in to change notification settings

tensy/whiteboard

 
 

Repository files navigation

whiteboard

This is a lightweight NodeJS collaborative Whiteboard/Sketchboard which can easily be customized...

Start

  1. install the latest NodeJs (version >= 12)
  2. Clone the app
  3. Run npm ci inside the folder
  4. Run npm run start:prod
  5. Surf to http://YOURIP:8080

With Docker

  1. docker run -d -p 8080:8080 rofl256/whiteboard
  2. Surf to http://YOURIP:8080

Production mode

npm run start:prod PORT=8081

Development mode

npm run start:dev PORT=8081

About

Lightweight collaborative Whiteboard / Sketchboard

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 89.3%
  • HTML 6.5%
  • CSS 3.8%
  • Dockerfile 0.4%