automation-workshop

View the Project on GitHub craftcms/automation-workshop

Setup

git clone https://github.com/craftcms/automation-workshop.git
cd automation-workshop
ddev config

# optional…
gh repo fork

Ensure PHP versions agree in .ddev/config.yaml and composer.json

ddev start
ddev describe
cp .env.example.dev .env
ddev composer install
ddev craft setup
ddev launch