##Getting Started
-
Ensure that you have followed the 'getting started' steps listed here
-
After cloning/downloading the sample, navigate to the project folder in the terminal and execute the following command:
npm install
- Add your shop domain, API key and Channel ID to the List.js file in the root directory of the project:
var SHOP_DOMAIN = "<your shop domain>";
var API_KEY = "<your api key>";
var CHANNEL_ID = "<your channel id>";
var MERCHANT_ID= "<If you would like to enable apple pay enter your merchant id here>";