Install the vendors of the project running:
composer install
Create database, schema and default datafixtures:
php bin/console doctrine:database:create
php bin/console doctrine:migrations:migrate
php bin/console doctrine:fixtures:load
Now run the server:
symfony server:start
you can browse the site in http://localhost:8000
Enjoy developing!