# JS Buy SDK Docs

## Local Setup

### Install jekyll
- `gem install jekyll`

*If you are having troubles setting up jekyll, see https://jekyllrb.com/docs/installation/*

### Install dependencies
- `npm install`

### Update the API docs
- `npm run doc-build`

### Serve the documentation
- `npm run doc-serve`

## Deployment
Changes to the `docs` directory will automatically be deployed to http://shopify.github.io/js-buy-sdk/ when added to `master` (remote).
