shopify theme kit
# After installed Themekit locally and setup Private App API Key
# To get a list of all the themes in Shopify store
theme get --list -p=[your-password] -s=[you-store.myshopify.com]
# To download theme to workspace (folder)
theme get -p=[your-password] -s=[you-store.myshopify.com] -t=[your-theme-id]
# Watch theme kit for changes
theme watch
# If you want hotreload for a better DX install and use browser-sync
npm install -g browser-sync
# To use browser-sync
browser-sync start --proxy "https://<mystore>.myshopify.com/" --files "*/*.*" --reload-delay 1000
Also in C++:
- github claims I have a large file that
- how to remove folder and its contents in linux
- lookup function in terraform
- revert git commit
- awk first upper
- linux count number of times word appears in file
- como configurar git e github
- what all should be added to gitignore for django project
- how to see pip installed packages
- vim shuffle lines of file
- git asking for password every time
- raspi ssh passwort vergessen
- vim redo last undo
- remove branch local git
- how to send mail and attachment using powershell
- convert vmdk to qcow2
- linux create directory with permissions
- uninstalling audacity on linux
- how to install pycharm in linux
- git clone from specific branch command
- ssh add key to authorized_keys
- shell remove file
- how to install crome linux
- how to save a text file with a terminal command