Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shopify/buy-button-js
- Owner: Shopify
- License: mit
- Created: 2016-06-14T21:04:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T20:47:42.000Z (7 months ago)
- Last Synced: 2025-01-02T16:09:25.207Z (3 days ago)
- Topics: ecommece, javascript
- Language: JavaScript
- Homepage: http://shopify.github.io/buy-button-js/
- Size: 2.94 MB
- Stars: 245
- Watchers: 462
- Forks: 115
- Open Issues: 142
-
Metadata Files:
- Readme: docs/readme.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
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).