Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 350 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 350 Bytes

Expects Shopify Theme Kit installed. Expects environment variables PASSWORD, THEME_ID and STORE.

How to use .env file

# ./.env
PASSWORD=123
STORE=123
THEME_ID=123
$ # to deploy
$ env $(cat .env | xargs) gulp
gulp output...
$ # to watch (runs themekit watch as well)
$ env $(cat .env | xargs) gulp watch
gulp output...