Setup

Make sure the tool’s installed, then it will install prerequisites:

ddev start

# Run lamb - Change `hackme` to something more secure, this is the `/login` password!
ddev php make-password.php hackme

# reload the environment
ddev restart

Workflow

  • Run ddev start. The output will tell you where you can open the project.
  • Run ddev stop when finished.

This site uses Just the Docs, a documentation theme for Jekyll.