Getting Started 
Requirements 
Before you get started with this recipe we assume that you have:
- Installed Lando and gotten familiar with its basics
 - Initialized a Landofile for your codebase for use with this recipe
 - Read about the various services, tooling, events and routing Lando offers.
 - Temporarily stopped (
pygmy stop) the Pygmy tool to avoid any port conflicts 
Quick Start 
You can also run the following commands to try out this recipe on one of your Lagoon sites.
bash
# Clone a site from a lagoon instance
lando init --source lagoon
# Start it up
lando start
# Pull down files and database
lando pull --database main --files main
# List information about this apps services.
lando info