Contributors: Abel Rogers
Tags: block
Tested up to: 6.1
Stable tag: 0.3.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
This plugin compliments current plugins made for VM Logistics Wordpress website to manage the graphics for the various customers/stores
This plugin provides a graphical representation/interface of the physical fixtures present in the stores for clients to order new graphics.
Multiple Gutenburg blocks are used for various requirements
- Ensure you have Node.js and npm installed. If not, download and install Node.js, which comes with npm.
- Clone the Repository:
git clone <repository-url>
- Navigate to the Plugin Directory:
cd path-to-your-plugin-directory
- Install Required Node Modules:
Run the following command to install the required Node modules:
npm install
- Development Mode:
Start the development mode to watch changes and rebuild the plugin:
npm run start
- Production Build:
When you're ready for a production build, use the following command:
npm run build
- Generate Plugin Zip:
To generate a zip file of the plugin (useful for distribution or manual installation on a Wordpress site):
npm run plugin-zip
Ensure you have proper permissions when running npm commands. If you encounter any npm related errors, ensure your Node.js and npm installations are up-to-date.