This is a monorepo for the OCK project. It contains stand-alone composer packages, and Drupal modules.
It also contains a Drupal installation powered by ddev.
OCK stands for "Object Construction Kit". It provides configuration-driven object composition.
A main current target platform is Drupal. However, a lot of the code is published as stand-alone composer packages, which could be used outside of Drupal.
# Start ddev, if not already done.
ddev start
# Download dependencies.
ddev composer install
# Install Drupal from existing configuration.
ddev drush si --existing-config
# Get the Umami default content.
ddev drush pmu demo_umami_content
ddev drush en demo_umami_content
# (optional) Generate a login link.
ddev drush uli --no-browser