An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Hello Dolly Block

[![License](https://img.shields.io/badge/license-GPL--2.0%2B-blue.svg)](https://github.com/ndiego/social-share-block/blob/master/LICENSE.txt)

![Hello Dolly Block](https://github.com/ndiego/hello-dolly-block/blob/main/.wordpress-org/banner-1544x500.png)

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.