Skip to content

Commit

Permalink
Document installation of wp-env
Browse files Browse the repository at this point in the history
  • Loading branch information
psrpinto committed Sep 10, 2024
1 parent 771a396 commit eb35d45
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ First install required dependencies:
composer install
```

The development environment requires [wp-env](https://developer.wordpress.org/block-editor/reference-guides/packages/packages-env/), you can install it with:

```shell
npm install -g @wordpress/env
```

Start the development environment:
```shell
composer run dev:start
Expand Down

0 comments on commit eb35d45

Please sign in to comment.