To install the ZR CT Example Starter recipe, follow the steps below:
-
Ensure the below has been added to the
composer.jsoninstaller-paths:"web/recipes/custom/{$name}": ["type:drupal-recipe"]
-
Run the following command:
ddev drush recipe recipes/custom/zr-ct-example
-
Run the following command to install CKE5 configs:
ddev drush cim --partial --source=recipes/custom/zr-cke5-recipe/config -y
This will complete the ZR CT Example Starter recipe installation.