airboardgame/README.md
2020-06-29 19:59:37 +02:00

519 B

Air board game

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

You can try a version here.

Installation

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

npm ci # To install dependencies

Configure the environement:

Copy the .env.dist file without the .dist extension and edit it.

Now you can start the server:

npm run server

Then you can run the client:

npm start