WP Manifestindependent plugin directory
manifest / developer / easy-setup-for-wordpress-demo

Easy Block Setup for WordPress Example

Example usage of Easy Block Setup for WordPress.

by Thomas Zwirner · github.com/threadi/easy-setup-for-wordpress-demo

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/threadi/easy-setup-for-wordpress-demo/archive/refs/heads/master.zip

This repository contains a WordPress demo plugin for Easy Setup for WordPress. It is intended to show the possibilities of the plugin. It is not intended to be used actively in a productive system. You are welcome to use the programming as a template for your own use of Easy Setup for WordPress.

Use the demo

  1. Download the actual release ZIP (not the source ZIP).
  2. Install it in your WordPress and activate it.
  3. You will see a demo link on your dashboard.

Use it for development

  1. Checkout the repository in your development environment in the plugin directory or download the actual source ZIP.
  2. Run composer install to get the sources.
  3. Change to directory vendor/threadi/easy-setup-for-woocommerce/
  4. Run there npm i and npm run build
  5. Go to the backend of your development environment and activate the plugin.
  6. You will see a demo link on your dashboard.