This is a Drupal via DDEV template configured for ephemeral development environments on Github Codespaces.
- Clone this repository, fork it or use the template.
- Go to Code > Codespaces > Create new codespace based on main
- Once the codespace is setup, move to the project folder by running
cd project - Start the containers by running
ddev start - Get dependencies by running
ddev composer install - Install the website by running the command
ddev drush si --existing-config - Login to your website by runnin
ddev drush uliand visiting that URL