Expects Shopify Theme Kit installed. Expects environment variables PASSWORD
, THEME_ID
and STORE
.
# ./.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...