https://github.com/ndiego/hello-dolly-block
Hello Dolly Block
https://github.com/ndiego/hello-dolly-block
wordpress-block wordpress-plugin
Last synced: 11 months ago
JSON representation
Hello Dolly Block
- Host: GitHub
- URL: https://github.com/ndiego/hello-dolly-block
- Owner: ndiego
- License: gpl-2.0
- Created: 2022-08-21T15:24:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-23T16:27:16.000Z (almost 3 years ago)
- Last Synced: 2025-04-09T09:25:21.710Z (about 1 year ago)
- Topics: wordpress-block, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 31.2 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hello Dolly Block
[](https://github.com/ndiego/social-share-block/blob/master/LICENSE.txt)

The historic [Hello Dolly](https://wordpress.org/plugins/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](https://developer.wordpress.org/block-editor/reference-guides/packages/packages-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.
6. Run `npm run start` to compile and watch source files for changes while developing.
Refer to `package.json` for additional commands.