ScoreCard is an application made in Symfony to display and keep track of your scores and those of your teammates for any game!
docker-compose up --build -dyarn encore dev --watch
In Docker shell :
docker-compose exec php /bin/bashcomposer install
yarn encore production
Consume Symfony Messenger (Every 5 minutes)
php bin/console messenger:consume async --memory-limit=128M --time-limit=270