drupal-starter

Initial local setup

  1. Generate a repository from this template
  2. Set up local development database credentials in web/sites/default/settings.local.php
  3. Set up drush local site url in drush/drush.yml
  4. Set up nginx configuration according to the sample in .local/nginx/sample.conf
  5. Run the following snippet in project root to log in your brand-new site:
drush si --existing-config
drush uli

Detailed nginx configuration for local development

todo.