Draw2gether VIEW HERE
Simple online drawing app. You can draw with your friends in real time. You can create new layers and change background color. You can also erase your drawing.
To run this app you need to download both repositories, this one and Backend repository
You can see PDF document with more information about project in docs folder.
Inside room press F1 to see keyboard shortcuts
| Shortcut | Action |
|---|---|
P |
Brush |
E |
Eraser |
+ - |
Brush size |
N |
New layer |
R |
Remove last layer |
C |
Change background color |
mkdir drawAppcd drawAppgit clone https://github.com/RadekPelikan/year_project-Socket.io-server backendgit clone https://github.com/RadekPelikan/year_project-Socket.io-client client
Open two terminals
cd backendnpm installnpm start
Second terminal
cd clientnpm installnpm start
