Skip to content

Commit

Permalink
Add development requirements to README
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Mar 10, 2024
1 parent 0823ed8 commit d71f67c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,13 @@ To embed a video either search for "Protected Video" in the Block Editor, or use

## Development

Launch a Docker-based development environment with this plugin pre-installed using
[wp-env](https://developer.wordpress.org/block-editor/reference-guides/packages/packages-env/):
### Requirements

- [Node.js](https://nodejs.org/)
- [Composer](https://getcomposer.org/)
- [Docker](https://www.docker.com/)

Launch a Docker-based development environment with this plugin pre-installed by running:

1. `npm install`
2. `npm run build`
Expand Down

0 comments on commit d71f67c

Please sign in to comment.