Setup
- Install ddev, if you haven’t.
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 stopwhen finished.