A clone of airboardgame github, to ciappinate new components.
Find a file
Jeremie Pardou-Piquemal 24a3b7b539 Add board config
2020-07-03 16:38:03 +02:00
.circleci Add deploy step to ci 2020-06-25 23:25:18 +02:00
public Add edit mode 2020-06-30 22:00:58 +02:00
src Add board config 2020-07-03 16:38:03 +02:00
.env.dist Change layout and split components 2020-06-29 19:59:37 +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
i18next-scanner.config.js Add translation for all string 2020-06-29 20:20:37 +02:00
Licence.md Enhance style 2020-06-16 22:22:10 +02:00
package-lock.json Add translation for all string 2020-06-29 20:20:37 +02:00
package.json Add translation for all string 2020-06-29 20:20:37 +02:00
README.md Change layout and split components 2020-06-29 19:59:37 +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

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