Last active
October 27, 2021 13:32
Shopify Themekit quick steps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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