Gutenberg blocks to display the remaining reading time in a post, still a work-in-progress.
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.
- 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
.
Still a work-in-progress, please do not use it.