composer install
symfony console doctrine:schema:update --force --env=test
vendor/bin/phpunitInstall Symfony command first. The instruction is here: https://symfony.com/download#step-1-install-symfony-cli
composer install
docker compose up -d
symfony console doctrine:schema:update --force
symfony console app:demo
symfony server:start -dVisit http://127.0.0.1:8000 in your browser.