Requirements:
- npm
- lando
Note: edit .lando.yml, and change "pp"(on line 1, 8, and 17) with your [project name] also edit .env and change DB_NAME to match what you entered on line 17 in .lando.yml
npm i && npm run dev && lando start && lando composer installnow your app is at: http://[project name].lndo.site
phpMyAdmin is at: http://pma.[project name].lndo.site