Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 438 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 438 Bytes

Boardgames

What's this?

This repository hosts a collection of multiplayer boardgames:

Development setup

# install dependencies
yarn install

# activate a game module
yarn run workon-sgp

# start game server and web client
yarn run start-dev