@nguyenmv2/buy-button
Version:
BuyButton.js allows merchants to build Shopify interfaces into any website
21 lines (13 loc) • 461 B
Markdown
# 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).