Skip to content

Simicart/storecredit-module-pwa-studio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StoreCredit module for Magento PWA Studio

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

End result: https://storecredit.pwa-commerce.com/storecredit-product-2.html

Requirements

Installation

1. Init project

git clone https://github.com/Simicart/simi-studio --branch release/2.0.0
cd simi-studio
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/storecredit-module-pwa-studio ./@simicart/storecredit

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 storecredit extension.

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

5. Install and Start Project

  yarn install && yarn watch

Contribution

SimiCart Team & Mageplaza Team

About

StoreCredit Module for pwa-studio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published