Open
Description
opened on Jul 17, 2023
What problem does this address?
Right now people need to combine wp-scripts start
with an external solution that runs WordPress, like Local, wp-env
, VVV, wp-now
…
What is your proposed solution?
Add a new --wp
option to wp-script start to start, not only Webpack, but also WordPress via wp-now
.
That way just installing @wordpress/scripts
and running wp-script start --wp
is enough to start developing.
Activity