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: 4 months 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 (about 9 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T17:01:05.000Z (4 months ago)
- Last Synced: 2025-03-16T15:09:22.097Z (4 months ago)
- Topics: ecommece, javascript
- Language: JavaScript
- Homepage: http://shopify.github.io/buy-button-js/
- Size: 3.02 MB
- Stars: 247
- Watchers: 463
- Forks: 119
- Open Issues: 137
-
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 `main` (remote).