hey.
I’m trying to modify ghost-admin. I need to install some modules but I’m not sure what is the right way to add dependencies to a submodule.
Hey @3hson
A submodule is just a nested git repository. Once your working directory is the Ghost-Admin source (e.g. core/client
), you just add a dependency like any other repo (yarn add # ...
)
1 Like