Skip to content

ndiego/hello-dolly-block

Repository files navigation

Hello Dolly Block

License

Hello Dolly Block

The historic Hello Dolly plugin, but in block form.

Debuted at WordCamp US 2022, the Hello Dolly Block demonstrates how quickly a dynamic block can be created using modern techniques, core components, and block supports. This plugin was built using the Create Block package and should be considered experimental.

Credit to Matt Mullenweg for the original Hello Dolly plugin.

Requirements

  • WordPress 5.9
  • PHP 7.0

Development

  1. Set up a local WordPress development environment.
  2. Clone / download this repository into the wp-content/plugins folder.
  3. Navigate to the wp-content/plugins/hello-dolly-block folder in the command line.
  4. Run npm install to install the plugin's dependencies within a /node_modules/ folder.
  5. Run npm run start to compile and watch source files for changes while developing.

Refer to package.json for additional commands.