Sweepstakes

how to launch this project

./up.sh

see on localhost:8084

how to add a user

docker-compose exec php bash
bin/console user:add 

frontend

Project setup

yarn install

Compiles and hot-reloads for development

yarn dev

Compiles and minifies for production

yarn prod

Lints and fixes files

yarn lint