WordPress plugin that displays a list of a post terms for a selected taxonomy.
- Clone this repository to your
wp-content/plugins
folder. - Run
npm install
- Run
npm start
to start watching for changes in thesrc
folder. This will start Webpack that will regenerate the JS/CSS bundles that are loaded from Gutenberg to display the block.
Run npm run build
to generate the production-ready bundles before releasing a new version in wp.org.