16
edits
(Add stats about test setup) |
Devinreams (talk | contribs) (The `env` family of scripts has been deprecated. Please use `wp-env` instead.) |
||
Line 13: | Line 13: | ||
# <code>npm install</code> -- you might see some warnings, this is fine. | # <code>npm install</code> -- you might see some warnings, this is fine. | ||
# <code>npm run build</code> | # <code>npm run build</code> | ||
# Build local env: <code>npm run env install</code>. Avoid running <code>npm run dev</code>; takes a long time, not useful. | # Build local env: <code>npm run wp-env install</code>. Avoid running <code>npm run dev</code>; takes a long time, not useful. | ||
# Start the environment: <code>npm run env start</code> | # Start the environment: <code>npm run wp-env start</code> | ||
To | To stop the local WordPress instance: <code>npm run env stop</code> | ||
=== Firefox prerequisites === | === Firefox prerequisites === |
edits