drupalninja/drupalx-project

Enterprise developer template for Drupal projects with composer

10.x-dev 2024-09-16 22:53 UTC

README

CI License: GPL v2

This project template leverages the DrupalX Starter Kit distribution, featuring enhanced editorial capabilities, the DrupalX Theme Starter, and additional improvements through contributed modules.

What does the template do?

  • 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.
  • Integrates the DrupalX Bootswatch module for rapid style customization.
  • Configures the DrupalX custom profile as the default install profile.

Installing

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