A clone of airboardgame github, to ciappinate new components.

Jeremie Pardou-Piquemal 1709524444 Add item edition 3 anni fa
.circleci 09034b178e Add .circleci/config.yml 4 anni fa
public d33beed79c Add more elements and ease use 4 anni fa
src 1709524444 Add item edition 3 anni fa
.eslintrc 91d9a1ae62 Fix #58 counter style 4 anni fa
.gitignore e98f5dd220 Initialize project using Create React App 4 anni fa
.nvmrc 81aedea655 Big rework 4 anni fa
.prettierrc 7e540d1310 Change single quote for double quote 4 anni fa
Licence.md 5df0421800 Enhance style 4 anni fa
README.md 6a616fa3ce Update words 4 anni fa
package-lock.json bc242addb6 Add wdyr 3 anni fa
package.json bc242addb6 Add wdyr 3 anni fa

README.md

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