Play the game of Kuba on the console (rules).
- Node.js
yarn
Do not forget to fulfill the .env files in API, ADMIN and CLIENT folders
in order to launch the API and Admin parts :
CURRENT_UID=$(id -u):$(id -g) docker-compose up
then, to launch a game, in the client folder :
yarn start:development
yarn test
{
"board": [
[1, 2],
[0, 3]
]
}