A clone of airboardgame github, to ciappinate new components.
Find a file
Romain Garrigues 497c77e761 Adds initial Gloomhaven loading game.
Creates initial Gloomhaven json description file.
2020-06-10 21:44:02 +02:00
public Clean before publish 2020-06-07 20:37:12 +02:00
src Adds initial Gloomhaven loading game. 2020-06-10 21:44:02 +02:00
.eslintrc Big rework 2020-06-05 22:58:53 +02:00
.gitignore Initialize project using Create React App 2020-04-05 14:20:00 +02:00
.nvmrc Big rework 2020-06-05 22:58:53 +02:00
package-lock.json Allow user to disconnect and reconnect 2020-06-09 22:36:23 +02:00
package.json Allow user to disconnect and reconnect 2020-06-09 22:36:23 +02:00
README.md Clean before publish 2020-06-07 20:37:12 +02:00

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