2021-02-04 17:44:17 +02:00
..
2021-02-04 16:03:52 +02:00
2021-02-04 13:23:44 +02:00
2021-02-04 15:34:22 +02:00
2021-02-04 17:44:17 +02:00
2021-02-04 17:44:17 +02:00
2021-02-04 17:22:01 +02:00
2021-02-04 13:23:44 +02:00
2021-02-04 13:28:41 +02:00
2021-02-04 13:23:44 +02:00
2021-02-04 13:23:44 +02:00
2021-02-04 15:34:22 +02:00

Getting Started

  1. Environment variables need to be set:
NEXT_PUBLIC_SHOPIFY_STORE_DOMAIN=
NEXT_PUBLIC_SHOPIFY_STOREFRONT_ACCESS_TOKEN=
  1. Point the framework to shopify by updating tsconfig.json:
"@framework/*": ["framework/shopify/*"],
"@framework": ["framework/shopify"]