Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 310 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 310 Bytes

Group Sketch

Small online game where one user has to draw an explanation of a given noun. The other users see the drawing live and have to guess the noun.

Setup

$ yarn install

Server

$ cd packages/server
$ yarn build && yarn start

App

$ cd packages/app
$ yarn serve