Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.27 KB

README.md

File metadata and controls

56 lines (37 loc) · 1.27 KB

StoreLocator module for Magento PWA Studio

What is this?

https://storelocator.pwa-commerce.com/store-locator.html

Requirements

Installation

1. Init project

git clone https://github.com/Simicart/simi-studio --branch release/3.0.0
cd simi-studio

2. Start the project

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

  git clone https://github.com/Simicart/storelocator-module-pwa-studio ./@simicart/store_locator

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 Store Locator extension.

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

5. Install lib and Start Project

  yarn install && yarn watch

Contribution

SimiCart Team & Mageplaza Team