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.
- WordPress 5.9
- PHP 7.0
- Set up a local WordPress development environment.
- Clone / download this repository into the
wp-content/plugins
folder. - Navigate to the
wp-content/plugins/hello-dolly-block
folder in the command line. - Run
npm install
to install the plugin's dependencies within a/node_modules/
folder. - Run
npm run start
to compile and watch source files for changes while developing.
Refer to package.json
for additional commands.