Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunil209/shopify_themekit
WDMDev
https://github.com/sunil209/shopify_themekit
Last synced: 14 days ago
JSON representation
WDMDev
- Host: GitHub
- URL: https://github.com/sunil209/shopify_themekit
- Owner: sunil209
- Created: 2021-07-11T03:38:07.000Z (over 3 years ago)
- Default Branch: production
- Last Pushed: 2021-07-11T07:40:18.000Z (over 3 years ago)
- Last Synced: 2024-08-01T16:51:22.781Z (3 months ago)
- Language: Liquid
- Size: 498 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Setup Shopify Theme Development with Local repo via Themekit
Step 1:- Install Themekit
For Mac :
brew tap shopify/shopify
brew install themekitFor Windows:
choco install themekitStep 2:- Get Store access, by installing the "Theme Kit Access app" by Shopify
App URL - https://apps.shopify.com/theme-kit-access?shpxid=9126df8f-C9DB-4945-F790-85DC9682E9D3After installing you will get the password i.e key shptka_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Step 3: - Go to your local system folder location and run below command
theme get --list --password=[your-password] --store="[your-store.myshopify.com]"
Note - Replace the password and store URLEg: -
theme get --list --password=shptka_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx --store="xxxxxxx.myshopify.com"Step 4 : - Run theme watch
To sync your local development code via shopify store