This is a Composer template for setting up a Drupal and CiviCRM project.
You can create new Drupal + CiviCRM projects with the template:
composer create-project bluehorndigital/drupal-civicrm-project mysite
cd mysite
ddev start
Looking to develop locally and contribute to CiviCRM Drupal modules? Check out these sections!
You can run the tests inside of DDEV
cp .ddev/example.docker-compose.testing.yaml .ddev/docker-compose.testing.yaml
ddev start
ddev phpunit web/modules/custom