npm -g i @wordpress/env
wp-env startconvenience script:
bin/startwp-env run wordpress -- tail -f wp-content/debug.logwith the timestamps and starting with the last few lines:
wp-env run wordpress -- tail -n 50 -f wp-content/debug.logEdit .wp-env.json to add additional plugins, themes, or mu-plugins. See the wp-env documentation for more details.
wp-env start --update