airboardgame/README.md
Jeremie Pardou-Piquemal 6377a50842 Clean before publish
2020-06-07 20:37:12 +02:00

361 B

Air board game

Play any board game with your friends thanks to this tabletop simulator.

Installation

You need a recent node version. You can use nvm to initialize your environment. Then, execute

npm ci # To install dependencies

First you need to start the server:

npm run server

Then you can run the client:

npm start