- Clone this repository and
cd
into it. - Run
docker-compose pull
. - Run
bin/composer.sh install --prefer-dist
to install the project's dependencies. - Follow the instructions for setting environment variables and configuring PhpStorm for debugging.
- Run
bin/composer.sh
to use Composer (e.g.bin/composer.sh require symfony/var-dumper
). - Run
bin/run_tests.sh
to run the tests. - Run
bin/sandbox.sh
to run thesandbox.php
script.