This project is under active development.
First of all - this is just prototyping to test together with the AI moduel for now, do not use this in production. A lot will change and a lot will not work
Sets up base image configuration including easy responsive image, view modes, focal point-based cropping and SVG images.
Drupal CMS Image has a dependency to Olivero theme. This module uses easy_responsive_image Module which has no dependency to themes.
mkdir daisy_cms && cd daisy_cms ddev config --project-type=drupal11 --docroot=web ddev start ddev composer create drupal/daisy_cms:1.0.x-dev ddev exec --dir=/var/www/html/web/themes/custom/daisy_cms_daisyui "npm install && npm run build" ddev launch