drupal/lupus_decoupled_starter

A Drupal CMS site template with Lupus Decoupled and Canvas integration.

Maintainers

Package info

git.drupalcode.org/project/lupus_decoupled_starter.git

Type:drupal-recipe

pkg:composer/drupal/lupus_decoupled_starter

Statistics

Installs: 45

Dependents: 1

Suggesters: 0

2.0.0 2026-04-08 10:13 UTC

README

A Drupal CMS site template with Lupus Decoupled and Canvas integration.

What it does

This site template applies:

  • Lupus Decoupled Recipe — Lupus Decoupled modules and configuration
  • Lupus Decoupled Canvas — Canvas visual editor integration
  • Lupus CSR — client-side rendering theme (set as default theme)

Usage

Install it as site-template for the Drupal CMS.

For a local setup, the easiest way to start is with DDEV:

mkdir my-drupal-site && cd my-drupal-site
ddev config --project-type=drupal11 --docroot=web
ddev composer create-project drupal/cms
ddev composer require drupal/lupus_decoupled_starter
# Optionally, install via CLI:
drush site-install ../recipes/lupus_decoupled_starter
ddev launch

Credits