- Log into Github and Gitpod
- Fork this repository
- Create new Gitpod project
ddev start
ddev composer install
ddev import-db --file=norwich.sql.gz
ddev drush uli --uri=$(gp url 8080)
ddev composer audit
ddev composer update drupal/* core-recommended --with-dependencies
ddev drush updb
ddev composer update drupal/office_hours
ddev phpunit
git diff
git add -p