Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 204 Bytes

readme.md

File metadata and controls

17 lines (13 loc) · 204 Bytes

Connect Four

Installation

yarn config set workspaces-experimental true
yarn install
yarn run lerna bootstrap

Start

caddy
yarn run watch:backend
yarn run watch:frontend