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
yarn install
yarn dev
yarn prod
yarn lint
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
yarn install
yarn dev
yarn prod
yarn lint