A clone of airboardgame github, to ciappinate new components.
Find a file
2020-06-21 18:15:15 +02:00
.circleci Add .circleci/config.yml 2020-06-18 21:16:20 +02:00
public Add more elements and ease use 2020-06-14 22:25:43 +02:00
src Fix #53 First pass on add note 2020-06-21 18:15:15 +02:00
.eslintrc Fix #58 counter style 2020-06-19 22:19:16 +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
.prettierrc Change single quote for double quote 2020-06-18 20:57:28 +02:00
Licence.md Enhance style 2020-06-16 22:22:10 +02:00
package-lock.json Adds a form to be able to modify an Image label. 2020-06-20 16:11:35 +02:00
package.json Refactor Board components 2020-06-20 16:45:05 +02:00
README.md Update words 2020-06-15 08:59:21 +02:00

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

First you need to start the server:

npm run server

Then you can run the client:

npm start