Skip to content

Instantly share code, notes, and snippets.

@octipus
Last active October 27, 2021 13:32
Shopify Themekit quick steps
1. Create a custom app in shopify
2. Get the app secret/password
3. fill in below - !important - Remove brackets
theme get -p=[your-password] -s=[you-store.myshopify.com] -t=[your-theme-id]
4. theme watch
- use the --allow-live flag if you want to push changed to a published template
----more info: https://shopify.github.io/themekit/ ---
----Get theme ID----
from shopify dashboard - customize - copy from url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment