- Clone the repository (and ensure you have PHP on your machine)
- Execute
./scripts/SETUP
(to install the vendors) - Execute
./scripts/RUN
(to execute the playground checks)
OR:
composer update
vendor/bin/rector process src --dry-run
You can also execute Rector through Docker using ./scripts/RUN_IN_DOCKER
.