Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
S3 slate zip link
Browse files Browse the repository at this point in the history
  • Loading branch information
cshold committed Nov 8, 2016
1 parent 41d3ee0 commit 9f6ddc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ It allows you to sync local files with your live shop, deploy to multiple enviro

* Install Slate with `npm install @shopify/slate`
* Create a new theme with `slate theme theme-name` where `theme-name` will be a newly created folder
* Rename `config-sample.yml` to `config.yml` and add your private app credentials. [How to create a private app](https://help.shopify.com/api/guides/api-credentials#generate-private-app-credentials)
* Rename `config-sample.yml` to `config.yml` and add your private app credentials. [How to create a private app](https://help.shopify.com/api/guides/api-credentials#get-credentials-through-the-shopify-admin)
* **store:** the shopify-specifc URL for this store/environment (ie. my-store.myshopify.com)
* **theme_id:** the unique id for the theme you want to write to when deploying to this store/environment. Use `"live"` for the published theme
* **password:** the password generated via a private app on this store/environment (necessary for API access)
* From within your new project folder in your command line, use the commands below to build, sync, and watch your local files

> [Node](https://nodejs.org/en/) v5.3+ is required to fully benefit from Slate. If you want the template files without the build tools, get the latest zip here (TO DO: link).
> [Node](https://nodejs.org/en/) v5.3+ is required to fully benefit from Slate. If you want the template files without the build tools, [get the latest zip here](http://sdks-staging.shopifycdn.com/slate/latest/).
## Slate commands

Expand Down

0 comments on commit 9f6ddc4

Please sign in to comment.