A clone of airboardgame github, to ciappinate new components.

Jeremie Pardou-Piquemal effc740230 Add redirects %!s(int64=3) %!d(string=hai) anos
.circleci 8f2e50fc68 Add deploy step to ci %!s(int64=3) %!d(string=hai) anos
public effc740230 Add redirects %!s(int64=3) %!d(string=hai) anos
src ffd4d492f3 Remove games %!s(int64=3) %!d(string=hai) anos
.eslintrc 91d9a1ae62 Fix #58 counter style %!s(int64=4) %!d(string=hai) anos
.gitignore e98f5dd220 Initialize project using Create React App %!s(int64=4) %!d(string=hai) anos
.nvmrc 81aedea655 Big rework %!s(int64=4) %!d(string=hai) anos
.prettierrc 7e540d1310 Change single quote for double quote %!s(int64=4) %!d(string=hai) anos
Licence.md 5df0421800 Enhance style %!s(int64=4) %!d(string=hai) anos
README.md 6a616fa3ce Update words %!s(int64=4) %!d(string=hai) anos
package-lock.json 8f2e50fc68 Add deploy step to ci %!s(int64=3) %!d(string=hai) anos
package.json 8f2e50fc68 Add deploy step to ci %!s(int64=3) %!d(string=hai) anos

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