Skip to content

VM Logistics Wordpress plugin to display fixtures for customers

Notifications You must be signed in to change notification settings

animasoul/vml-fixtures

Repository files navigation

VM Logistics Fixtures Wordpress Plugin

AJ Partners Ltd. Logo

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 is custom for a client and will not work out-of-the-box for any website

Description

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

Installation

Pre-requisites:

  1. Ensure you have Node.js and npm installed. If not, download and install Node.js, which comes with npm.

Steps:

  1. Clone the Repository:
    git clone <repository-url>
  2. Navigate to the Plugin Directory:
    cd path-to-your-plugin-directory
  3. Install Required Node Modules: Run the following command to install the required Node modules:
    npm install
  4. Development Mode: Start the development mode to watch changes and rebuild the plugin:
    npm run start
  5. Production Build: When you're ready for a production build, use the following command:
    npm run build
  6. 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

Notes:

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.

Credits

AJ Partners Ltd. Logo

About

VM Logistics Wordpress plugin to display fixtures for customers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published