Lando, Bedrock, Acorn, and Sage now.
I'm sure I'm not alone in this, but I have spent an awful lot of time over the years just trying to get various development environments up and running. That's why I am so excited about this...a simple, mostly automated way to get a WordPress development environment up and running without a lot of fuss.
Using the power of Lando, this will set you up with a Bedrock WordPress project, with Sage as a starter theme.
- clone this repo into your project directory.
- create .env with the appropriate variables.
- todo: .env.example
lando start
- todo: insert break to install wordpress on first run
lando install-wp
-
todo: it would be nice to be able to automate this step, and there is a way I'm sure
-
todo: themename var in lando.yml for yarn commands
- make changes to bud.config.mjs if needed
lando run-dev
- visit localhost:3000 for the dev server.
There's more to come, but that's the gist.