|
|
@ -10,18 +10,18 @@ it uses [socket.io](https://socket.io/)
|
|
|
|
|
|
|
|
|
|
|
|
### installation
|
|
|
|
### installation
|
|
|
|
1. install nodejs
|
|
|
|
1. install nodejs
|
|
|
|
* debian
|
|
|
|
* debian
|
|
|
|
> $ sudo apt install node
|
|
|
|
> $ sudo apt install node
|
|
|
|
* os x
|
|
|
|
* os x
|
|
|
|
> $ brew install node
|
|
|
|
> $ brew install node
|
|
|
|
* else
|
|
|
|
* else
|
|
|
|
information on the website https://nodejs.org
|
|
|
|
information on the website https://nodejs.org
|
|
|
|
2. install npm
|
|
|
|
2. install npm
|
|
|
|
* debian
|
|
|
|
* debian
|
|
|
|
> $ sudo apt install npm
|
|
|
|
> $ sudo apt install npm
|
|
|
|
* os x
|
|
|
|
* os x
|
|
|
|
> $ brew install npm
|
|
|
|
> $ brew install npm
|
|
|
|
* else
|
|
|
|
* else
|
|
|
|
information on the website https://docs.npmjs.com/
|
|
|
|
information on the website https://docs.npmjs.com/
|
|
|
|
3. clone the repository
|
|
|
|
3. clone the repository
|
|
|
|
> $ git clone https://git.xpub.nl/joak/colletive-drawing/
|
|
|
|
> $ git clone https://git.xpub.nl/joak/colletive-drawing/
|
|
|
|