ddeck-common/starter

DDeck project Starter

Maintainers

Package info

github.com/ddeck-common/starter

Type:project

pkg:composer/ddeck-common/starter

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

This package is auto-updated.

Last update: 2026-05-01 19:45:08 UTC


README

A Drupal Distribution designed as a foundation for building collaborative platforms with large contributor teams.

It is based on :

  • Drupal
  • Drupal recipes and SDC
  • Radix and Radix Admin
  • Bootstrap, his ecosystem, and its CSS variables
  • HTMX

Requirements

To Run Ddeck on your local machine you will need :

Installation

composer create-project ddeck-common/starter MY_SITE_NAME

When installation finished go inside the created directory

cd MY_SITE_NAME

Configure Ddev

ddev config

Answer all the question and select Drupal 11 as the project base.

Then

ddev start