Docs: https://docs.google.com/document/d/19qbgjyFfMJgl9gudbRXuiP_DKbn23w8LCp9DtBgtk4w/edit?usp=sharing
Build the PHP docker image with
docker compose build
Install composer dependencies
./script/composer install
Test everything is working with
./script/composer csrun
./script/composer test
./script/composer csfix