Skip to content

jonathanbossenger/wp-learn-subscribe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WP Learn Subscribe

Example code for learning how to convert a shortcode into a block

Requirements

  1. Node.js
  2. Npm

The above are both installable via nvm.sh

Check out this tutorial on setting up the requirements

Installation

  1. Clone this repository to the plugins directory of your local WordPress development environment
  2. Run npm install and npm run build inside the newly cloned directory