From a990aad2ef4661471921b8bd01a44b6888024d5d Mon Sep 17 00:00:00 2001 From: Cracker Date: Tue, 31 Mar 2020 12:06:36 +0200 Subject: [PATCH] Update README.md --- README.md | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 47e47a9..8ab7ea8 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ This is a lightweight NodeJS collaborative Whiteboard/Sketchboard witch can easi ![start](https://raw.githubusercontent.com/cracker0dks/whiteboard/master/doc/start.png) ## Demowhiteboard ## -[HERE](https://cloud13.de/testwhiteboard/) (Resets every night) +[HERE](https://cloud13.de/testwhiteboard/) (Reset every night) ## Some Features * Shows remote user cursors while drawing -* Undo function for each user (strg+z) +* Undo function for each user * Drag+Drop / Copy+Paste Images to Whiteboard from PC and Browsers * Resize, Move & Draw Images to Canvas or Background * Write text @@ -16,8 +16,22 @@ This is a lightweight NodeJS collaborative Whiteboard/Sketchboard witch can easi * Draw angle lines by pressing "shift" while drawing (with line tool) * Draw square by pressing "shift" while drawing (with rectangle tool) * Indicator that shows the smallest screen participating +* Keybindings for ALL the functions * Working on PC, Tablet & Mobile +## Install the App +You can run this app with and without docker +### Without Docker +1. install the latest NodeJs +2. Clone the app +3. Run `npm i` inside the folder +4. Run `node server.js` +5. Surf to http://YOURIP:8080 + +### With Docker +1. `docker run -d -p 8080:8080 rofl256/whiteboard` +2. Surf to http://YOURIP:8080 + ## Default keyboard shortcuts Use keyboard shortcuts to become more productive while using Whiteboard. @@ -63,19 +77,6 @@ Add Image to backgroud | Shift + Enter | Shift + Enter Cancel all actions | Escape | Escape Delete selected object | Delete | Delete -## Install the App -You can run this app with and without docker -### Without Docker -1. install the latest NodeJs -2. Clone the app -3. Run `npm i` inside the folder -4. Run `node server.js` -5. Surf to http://YOURIP:8080 - -### With Docker -1. `docker run -d -p 8080:8080 rofl256/whiteboard` -2. Surf to http://YOURIP:8080 - ## URL Parameters Call your site with GET parameters to change the WhiteboardID or the Username