You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,11 @@
13
13
14
14
The Elastic Path Commerce Cloud REACT PWA Reference Storefront is a flexible e-commerce website built on Elastic Path’s RESTful e-commerce API. The storefront uses the e-commerce capabilities provided by Elastic Path Commerce Cloud and gets data in a RESTful manner.
15
15
16
+
The storefront uses the [Elastic Path Commerce Cloud JavaScript SDK](https://github.com/moltin/js-sdk) for all Elastic Path Commerce Cloud API requests, and [Elastic Path Commerce Cloud Embeddable Cart + Checkout](https://github.com/moltin/shopkit) for the Cart and Checkout experiences.
17
+
16
18
> 💳 Use the test card 4242 4242 4242 4242, any future expiry date, and any CVC below to checkout.
17
19
18
-
[Demo](http://epcc-reference.elasticpath.com/)
20
+
[Demo](https://epcc-reference.elasticpath.com/)
19
21
20
22
## Documentation 📖
21
23
@@ -24,7 +26,8 @@ The Elastic Path Commerce Cloud REACT PWA Reference Storefront is a flexible e-c
24
26
Before you begin, ensure that you have the following accounts set up:
-[Stripe account](https://dashboard.stripe.com/) - Stripe is used as the payment gateway. From your [Dashboard](https://dashboard.elasticpath.com), configure Stripe as the payment gateway from your.
29
+
-[Stripe account](https://dashboard.stripe.com/) - Stripe is used as the payment gateway. From your [Dashboard](https://dashboard.elasticpath.com), configure Stripe as the payment gateway.
30
+
-[Algolia account](https://www.algolia.com/) - Algolia is used for search functionality to display search results, facets, and filtering.
28
31
29
32
### Start Building the Storefront
30
33
@@ -62,6 +65,9 @@ Parameters that require configuration are in the `./src/config.ts` file:
62
65
|`stripeKey`| Required| String| Stripe publishable API key.|
63
66
|`categoryPageSize`| Required| String| Maximum number of products to display on a category page.|
64
67
|`maxCompareProducts`| Required| String| Maximum number of products to display in compare view.|
0 commit comments