diff --git a/README.md b/README.md index d213241..7d1d55c 100644 --- a/README.md +++ b/README.md @@ -61,3 +61,24 @@ Or [deploy with the tool of your choice](https://underscoretw.com/docs/deploymen Learn strategies for using Tailwind in theme-specific custom blocks * [Setting Up Browsersync](https://underscoretw.com/docs/browsersync/) Add live reloads and synchronized cross-device testing to your workflow + + +### Lando file + +name: studio-up +recipe: wordpress +config: + webroot: wordpress + php: '8.3' +proxy: + theme: + - localhost:3000 +services: + theme: + type: node:20 + services: + ports: + - 3000:3000 +tooling: + yarn: + service: theme