Skip to content

Commit

Permalink
Docs: Include npm run dev guidance in "Getting Started" (#21015)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth authored Mar 19, 2020
1 parent 2e67420 commit d4f159a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/contributors/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ npm run build

This will build Gutenberg, ready to be used as a WordPress plugin!

`npm run build` is intended for one-off compilations of the project. If you're planning to do continued development in the source files, using `npm run dev` will most often be the better option. This will configure the build to avoid minifying the generated output, rebuild files automatically as they are changed in your working directory, and configure dependencies as running in a development environment so that useful warnings and errors are logged to your browser's developer console.

If you don't have a local WordPress environment to load Gutenberg in, we can help get that up and running, too.

## Local Environment
Expand Down

0 comments on commit d4f159a

Please sign in to comment.