Problem/Motivation
Recipes that are stored locally need to be required via composer. The Getting Started docs mention public repositories, but could also be helpful to mention local packages.
https://drupal.slack.com/archives/C2THUBAVA/p1742986497576639
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork distributions_recipes-3517480
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
nilubol commentedRan into this today and it took me a couple of steps to realize that I needed to add my local packages to my site's composer.json for it to manage my recipe's dependencies. Not sure how common of a use case it is, but could be helpful for those who are developing/creating recipes in a monorepo. Hope this is okay!
Comment #6
thejimbirch commentedGreat addition. Thanks for the contribution!