diff --git a/.dockerignore b/drupal-localgov/.dockerignore similarity index 100% rename from .dockerignore rename to drupal-localgov/.dockerignore diff --git a/.env.example b/drupal-localgov/.env.example similarity index 100% rename from .env.example rename to drupal-localgov/.env.example diff --git a/.githooks/prepare-commit-msg b/drupal-localgov/.githooks/prepare-commit-msg similarity index 100% rename from .githooks/prepare-commit-msg rename to drupal-localgov/.githooks/prepare-commit-msg diff --git a/.gitignore b/drupal-localgov/.gitignore similarity index 100% rename from .gitignore rename to drupal-localgov/.gitignore diff --git a/.hadolint.yaml b/drupal-localgov/.hadolint.yaml similarity index 100% rename from .hadolint.yaml rename to drupal-localgov/.hadolint.yaml diff --git a/Dockerfile b/drupal-localgov/Dockerfile similarity index 100% rename from Dockerfile rename to drupal-localgov/Dockerfile diff --git a/LICENSE b/drupal-localgov/LICENSE similarity index 100% rename from LICENSE rename to drupal-localgov/LICENSE diff --git a/README.md b/drupal-localgov/README.md similarity index 100% rename from README.md rename to drupal-localgov/README.md diff --git a/README.original.md b/drupal-localgov/README.original.md similarity index 100% rename from README.original.md rename to drupal-localgov/README.original.md diff --git a/assets/composer/development.services.yml b/drupal-localgov/assets/composer/development.services.yml similarity index 100% rename from assets/composer/development.services.yml rename to drupal-localgov/assets/composer/development.services.yml diff --git a/assets/composer/settings.lando.php b/drupal-localgov/assets/composer/settings.lando.php similarity index 100% rename from assets/composer/settings.lando.php rename to drupal-localgov/assets/composer/settings.lando.php diff --git a/assets/composer/settings.php b/drupal-localgov/assets/composer/settings.php similarity index 100% rename from assets/composer/settings.php rename to drupal-localgov/assets/composer/settings.php diff --git a/build.yaml b/drupal-localgov/build.yaml similarity index 100% rename from build.yaml rename to drupal-localgov/build.yaml diff --git a/composer.json b/drupal-localgov/composer.json similarity index 100% rename from composer.json rename to drupal-localgov/composer.json diff --git a/config/sync/.htaccess b/drupal-localgov/config/sync/.htaccess similarity index 100% rename from config/sync/.htaccess rename to drupal-localgov/config/sync/.htaccess diff --git a/docker-compose.yaml b/drupal-localgov/docker-compose.yaml similarity index 100% rename from docker-compose.yaml rename to drupal-localgov/docker-compose.yaml diff --git a/phpcs.xml.dist b/drupal-localgov/phpcs.xml.dist similarity index 100% rename from phpcs.xml.dist rename to drupal-localgov/phpcs.xml.dist diff --git a/phpstan.neon b/drupal-localgov/phpstan.neon similarity index 100% rename from phpstan.neon rename to drupal-localgov/phpstan.neon diff --git a/phpstan.neon.dist b/drupal-localgov/phpstan.neon.dist similarity index 100% rename from phpstan.neon.dist rename to drupal-localgov/phpstan.neon.dist diff --git a/phpunit.xml.dist b/drupal-localgov/phpunit.xml.dist similarity index 100% rename from phpunit.xml.dist rename to drupal-localgov/phpunit.xml.dist diff --git a/run b/drupal-localgov/run similarity index 100% rename from run rename to drupal-localgov/run diff --git a/tools/docker/images/php/root/usr/local/bin/docker-entrypoint-php b/drupal-localgov/tools/docker/images/php/root/usr/local/bin/docker-entrypoint-php similarity index 100% rename from tools/docker/images/php/root/usr/local/bin/docker-entrypoint-php rename to drupal-localgov/tools/docker/images/php/root/usr/local/bin/docker-entrypoint-php diff --git a/tools/docker/images/php/root/usr/local/etc/php/php.ini b/drupal-localgov/tools/docker/images/php/root/usr/local/etc/php/php.ini similarity index 100% rename from tools/docker/images/php/root/usr/local/etc/php/php.ini rename to drupal-localgov/tools/docker/images/php/root/usr/local/etc/php/php.ini diff --git a/tools/docker/images/web/root/etc/nginx/conf.d/default.conf b/drupal-localgov/tools/docker/images/web/root/etc/nginx/conf.d/default.conf similarity index 100% rename from tools/docker/images/web/root/etc/nginx/conf.d/default.conf rename to drupal-localgov/tools/docker/images/web/root/etc/nginx/conf.d/default.conf