2021-02-04 13:23:44 +02:00
|
|
|
## Getting Started
|
|
|
|
|
2021-02-04 13:27:58 +02:00
|
|
|
1. Environment variables need to be set:
|
2021-02-04 13:23:44 +02:00
|
|
|
|
|
|
|
```
|
|
|
|
NEXT_PUBLIC_SHOPIFY_STORE_DOMAIN=
|
|
|
|
NEXT_PUBLIC_SHOPIFY_STOREFRONT_ACCESS_TOKEN=
|
|
|
|
```
|
|
|
|
|
2021-02-04 13:27:58 +02:00
|
|
|
2. Point the framework to `shopify` by updating `tsconfig.json`:
|
2021-02-04 13:23:44 +02:00
|
|
|
|
|
|
|
```
|
|
|
|
"@framework/*": ["framework/shopify/*"],
|
|
|
|
"@framework": ["framework/shopify"]
|
|
|
|
```
|