This project template leverages the DrupalX Starter Kit distribution, featuring enhanced editorial capabilities, the DrupalX Theme Starter, and additional improvements through contributed modules.
- Extends the drupal-composer/drupal-project template (visit the README for basic instructions).
- Adds additional contributed modules to the project via Composer.
- Sets up DDEV as the default development environment.
- Includes the DrupalX theme starter kit.
- Configures the DrupalX configuration with paragraph types for page building.
Create your project:
composer create-project drupalninja/drupalx-project:10.x-dev some-dir --no-interaction
Configure DDEV (follow prompts).
ddev config
Start DDEV, download Composer dependencies and install DrupalX CMS.
ddev install