The project contains configuration for DDev. See Get Started with DDEV.
For a list of all ddev
commands, run ddev help
.
For details on a specific command, run ddev help <command>
.
ddev install
ddev theme
If you have other sites running locally, then you may get this message when
running ddev start
:
Failed to start skeleton: Unable to listen on required ports, port 443 is already in use, ...
For example, if you are running another site using Lando, then shut it down with
lando poseroff
and then try ddev start
again.
© codeMentality LLC.