Skip to content

Commit

Permalink
Framework: Update lockfile and playground script name.
Browse files Browse the repository at this point in the history
  • Loading branch information
epiqueras committed Oct 2, 2019
1 parent 126d5a2 commit 0f08f49
Show file tree
Hide file tree
Showing 3 changed files with 1,302 additions and 1,379 deletions.
2 changes: 1 addition & 1 deletion docs/contributors/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ You can also type `npm run package-plugin` which will run the two commands above

The Gutenberg repository also includes a static Gutenberg playground that allows testing and developing in a WordPress-agnostic context. This is very helpful for developing reusable components and trying generic JavaScript modules without any backend dependency.

You can launch the playground by running `npm run playground:start` locally. The playground should be available on [http://localhost:1234](http://localhost:1234).
You can launch the playground by running `npm run playground:dev` locally. The playground should be available on [http://localhost:1234](http://localhost:1234).

You can also test the playground version of the current master branch on GitHub Pages: [https://wordpress.github.io/gutenberg/](https://wordpress.github.io/gutenberg/)
Loading

0 comments on commit 0f08f49

Please sign in to comment.