Skip to content

Commit 972b480

Browse files
committed
chore: update readme
1 parent e930be1 commit 972b480

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

examples/simple/README.md

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# replace-sdk Elastic Path storefront starter
1+
# Simple Elastic Path storefront starter
22

3-
This project was generated with [Composable CLI](https://www.npmjs.com/package/composable-cli).
4-
5-
This storefront accelerates the development of a direct-to-consumer ecommerce experience using Elastic Path's modular products.
3+
This storefront accelerates the development of a direct-to-consumer ecommerce experience using Elastic Path.
64

75
## Tech Stack
86

97
- [Elastic Path](https://www.elasticpath.com/products): A family of composable products for businesses that need to quickly & easily create unique experiences and next-level customer engagements that drive revenue.
108

9+
- [Elastic Path Gen 2 Sdk](https://www.npmjs.com/package/@epcc-sdk/sdks-shopper): A set of SDKs that provide a simple way to interact with Elastic Path Commerce Cloud APIs.
10+
1111
- [Next.js](https://nextjs.org/): a React framework for building static and server-side rendered applications
1212

1313
- [Tailwind CSS](https://tailwindcss.com/): enabling you to get started with a range of out the box components that are
@@ -25,11 +25,11 @@ This storefront accelerates the development of a direct-to-consumer ecommerce ex
2525
Run the development server:
2626

2727
```bash
28-
npm run dev
28+
pnpm dev
2929
# or
3030
yarn dev
3131
# or
32-
pnpm dev
32+
npm run dev
3333
# or
3434
bun dev
3535
```
@@ -46,14 +46,17 @@ or [Vercel](https://vercel.com/docs/frameworks/nextjs) to get full Next.js featu
4646

4747
## Current feature set reference
4848

49-
| **Feature** | **Notes** |
50-
|------------------------------------------|-----------------------------------------------------------------------------------------------|
51-
| PDP | Product Display Pages |
52-
| PLP | Product Listing Pages. |
53-
| EPCC PXM product variations | [Learn more](https://elasticpath.dev/docs/pxm/products/pxm-product-variations/pxm-variations) |
54-
| EPCC PXM bundles | [Learn more](https://elasticpath.dev/docs/pxm/products/pxm-bundles/pxm-bundles) |
49+
| **Feature** | **Notes** |
50+
|-----------------------------------------|-----------------------------------------------------------------------------------------------|
51+
| PDP | Product Display Pages |
52+
| PLP | Product Listing Pages. |
53+
| EPCC PXM product variations | [Learn more](https://elasticpath.dev/docs/pxm/products/pxm-product-variations/pxm-variations) |
54+
| EPCC PXM bundles | [Learn more](https://elasticpath.dev/docs/pxm/products/pxm-bundles/pxm-bundles) |
5555
| EPCC PXM hierarchy-based navigation menu | Main site nav driven directly from your store's hierarchy and node structure |
56-
| Prebuilt helper components | Some basic building blocks for typical ecommerce store features |
57-
| Checkout | [Learn more](https://elasticpath.dev/docs/commerce-cloud/checkout/checkout-workflow) |
58-
| Cart | [Learn more](https://elasticpath.dev/docs/commerce-cloud/carts/carts) |
56+
| Checkout | [Learn more](https://elasticpath.dev/docs/commerce-cloud/checkout/checkout-workflow) |
57+
| Cart | [Learn more](https://elasticpath.dev/docs/commerce-cloud/carts/carts) |
58+
| Accounts | [Learn more](https://elasticpath.dev/docs/api/accounts/account-management-introduction) |
59+
| Account Orders | [Learn more](https://elasticpath.dev/docs/api/carts/get-customer-orders) |
60+
| Account Addresses | [Learn more](https://elasticpath.dev/docs/api/addresses/addresses-introduction) |
61+
| Multi location inventory | [Learn more](https://elasticpath.dev/docs/api/pxm/inventory_mli/inventories-introduction) |
5962

0 commit comments

Comments
 (0)