Boot the project :
docker-compose up -d
Download symfony CLI
Start your webserver :
symfony serve -d
Run migrations :
symfony console d:m:m -n
Upload fixtures :
symfony console h:f:l -n
Create a .env.local
file to handle your credentials :
OAUTH_FACEBOOK_CLIENT_ID=client_id
OAUTH_FACEBOOK_CLIENT_SECRET=client_secret