Skip to content

Commit

Permalink
Merge pull request #10 from uicrooks/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
sergejcodes authored Dec 3, 2020
2 parents 97836c5 + 355698e commit 8d7fb38
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,11 @@ $ yarn install --force
1. Get Shopify API access: [Instructions at Theme Kit Docs](https://shopify.github.io/themekit#get-api-access)

2. Initialize theme on Shopify store with credentials from the first step. Either for **dev** or **live** environment:

> `npm` requires the extra `--` before any arguments! When using `yarn` you can omit them.
```shell
$ npm run shopify:init --password [your-api-password] --store [your-store.myshopify.com] --env [dev or live] --name ['theme name']
$ npm run shopify:init -- --password [your-api-password] --store [your-store.myshopify.com] --env [dev or live] --name ['theme name']
```

3. Publish the new theme through the Shopify panel: **your-store.myshopify.com/admin/themes**
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "shopify-theme-lab",
"description": "Customizable modular development environment for blazing-fast Shopify theme creation",
"author": "Sergej Samsonenko <contact@sergej.codes>",
"version": "2.1.1",
"version": "2.1.2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 8d7fb38

Please sign in to comment.