Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shopify add oxygen workflow ww7p #67

Merged
merged 2 commits into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# These variables are only available locally in MiniOxygen
# https://shopify.dev/docs/custom-storefronts/hydrogen/environment-variables

## Shopify Environment Variables
# A secret used to sign session cookies.
SESSION_SECRET="foobar"
# The public access token for the Storefront API.
PUBLIC_STOREFRONT_API_TOKEN=""
# The private access token for the Storefront API.
PRIVATE_STOREFRONT_API_TOKEN=""
# The id of the store used to communicate with the Storefront API.
PUBLIC_STOREFRONT_ID=""
# The client id of the public customer account used to communicate with the Storefront API.
PUBLIC_CUSTOMER_ACCOUNT_API_CLIENT_ID=""
# The url of the public customer account used to communicate with the Storefront API.
PUBLIC_CUSTOMER_ACCOUNT_API_URL=""
# The domain of the store used to communicate with the Storefront API.
PUBLIC_STORE_DOMAIN=""

## Contentstack Environment Variables
# Stack API key
CONTENTSTACK_API_KEY=""
# Delivery token for the Stack
CONTENTSTACK_DELIVERY_TOKEN=""
# Environment name
CONTENTSTACK_ENVIRONMENT=""
# Region name
CONTENTSTACK_REGION=""
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
.env
.shopify
/node_modules
/README 2.md
.DS_Store
5 changes: 0 additions & 5 deletions contentstack-app/.eslintignore

This file was deleted.

18 changes: 0 additions & 18 deletions contentstack-app/.eslintrc.js

This file was deleted.

1 change: 0 additions & 1 deletion contentstack-app/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion contentstack-app/.graphqlrc.yml

This file was deleted.

213 changes: 0 additions & 213 deletions contentstack-app/CHANGELOG.md

This file was deleted.

40 changes: 0 additions & 40 deletions contentstack-app/README.md

This file was deleted.

47 changes: 0 additions & 47 deletions contentstack-app/app/components/Aside.tsx

This file was deleted.

Loading
Loading