NX Offers Plugin

Installation


Download the Plugin

Visit the NX Products page and download NX Offers Plugin.

Install it as any wordpress plugin by uploading the .zip file on the Plugins Installation WordPress page.

For Developer use

-Clone repository from bitbucket.
-Navigate to the /app directory of the plugin contents.

cd wp-content/plugins/nx-offers/includes/app

-Install Depedencies for local dev use of the plugin

npm install

-Run App for development use

npm start

-After making changes, build the app for the minified js files to be renewed.

npm run build