Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shopify/buy-button-js

BuyButton.js is a highly customizable UI library for adding ecommerce functionality to any website.
https://github.com/shopify/buy-button-js

ecommece javascript

Last synced: 3 days ago
JSON representation

BuyButton.js is a highly customizable UI library for adding ecommerce functionality to any website.

Awesome Lists containing this project

README

        

# 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).