Confirmed users
378
edits
Devinreams (talk | contribs) (note on executablePath, in case its helpful for others) |
m (→Prerequisites: change cmd) |
||
| Line 11: | Line 11: | ||
# Make sure Docker is running | # Make sure Docker is running | ||
# <code>nvm install</code> in gutenberg dir to ensure correct node version is installed | # <code>nvm install</code> in gutenberg dir to ensure correct node version is installed | ||
# <code>npm | # <code>npm ci</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 wp-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. | ||