We have a ready configuration file for DDEV development environment for you. However, you can modify the DDEV-configuration on .ddev/.config.yaml-file.
git clone git clone git@github.com:drupalnorge/drupalno.git drupalno cd drupalno ddev auth ssh && ddev start && ddev composer install pushd web/themes/drupal_nl && chmod +x ./build.sh && ./build.sh && popd pushd web/sites/default && ln -s settings.local.php.example settings.local.php && popd- Database:
drush sql-sync @prod @self -yor use the sanitized database above. - Files:
drush sfp-en
Or you can spin up as a new one by Drush: ddev drush site-install -y