Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.47 KB

README.md

File metadata and controls

57 lines (39 loc) · 1.47 KB

RewardPoints module for Magento PWA Studio

This module acts as an add-on for Mageplaza's Rewards Points extension to make it work with Magento PWA Studio.

End result: https://rewardpoints.pwa-commerce.com/

Requirements

Installation

1. Init project

git clone https://github.com/Simicart/simi-studio --branch release/2.0.0
cd simi-studio
yarn add react-select
yarn add reactjs-popup
yarn add @material-ui/core

2. Start the project

From the root directory of the project you created above, clone the repository:

  git clone https://github.com/Simicart/rewardpoints-module-pwa-studio ./@simicart/rewardpoint

3. Modify .env

Change the .env MAGENTO_BACKEND_URL with your Magento site URL, or use our demo URL:

  MAGENTO_BACKEND_URL=https://mpmed.pwa-commerce.com/

4. Modify package.json

Modify the dependencies of your project to add rewardpoint extension.

  "dependencies": {
    ...
    "@simicart/rewardpoint": "link:./@simicart/rewardpoint",
  },

5. Install and Start Project

  yarn install && yarn watch

Contribution

SimiCart Team & Mageplaza Team