Currently developing a variant to skribbl.io where rather than using a mouse to play the drawing game, you would instead use your finger and webcam to draw. Front-end is being developed using React and back-end is being developed using Express and Node. FTP requests are being made using socket.io.
- Use
npm installin both the client directory as well as the server directory - Use
npm startin the client directory