Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 662 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 662 Bytes

Reading time blocks

Gutenberg blocks to display the remaining reading time in a post, still a work-in-progress.

For educational purposes

This WordPress plugin has been developed for educational purposes to try my hand at developing a Gutenberg blocks with a BDD approach: its value is in the code, not its functionalities.

Installation

  • clone this plugin in the WordPress plugin folder.
  • install Composer dependencies running composer install.
  • install npm dependencies running npm install.
  • build the plugin Javascript assets with npm run-script build.

Usage

Still a work-in-progress, please do not use it.