add lando config in readme

This commit is contained in:
2025-08-21 13:53:06 +02:00
parent 58d71ad38b
commit 19f920ff2c

View File

@@ -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