https://github.com/thorwebdev/gatsby-ecommerce-stripe
https://github.com/thorwebdev/gatsby-ecommerce-stripe
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thorwebdev/gatsby-ecommerce-stripe
- Owner: thorwebdev
- License: mit
- Created: 2020-02-22T12:39:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T00:27:48.000Z (about 3 years ago)
- Last Synced: 2025-03-26T02:51:58.001Z (about 1 year ago)
- Language: JavaScript
- Size: 1.59 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Gatsby E-Commerce Starter
This is a Gatsby e-commerce example based on https://www.gatsbyjs.org/tutorial/ecommerce-tutorial/
## Setup
- First, you must enable client-only Checkout in your Stripe Dashboard: https://dashboard.stripe.com/account/checkout/settings
- Next, create a product and price from the Stripe Dashboard: https://dashboard.stripe.com/test/products
### Run locally
- `git clone https://github.com/thorsten-stripe/ecommerce-gatsby-tutorial.git`
- Make a copy of the example .env file: `cp .env.example .env.development`
- Add your Stripe API keys to the newly created `.env.development` file.
- run `npm install`
- run `gatsby develop`
### 💫 Deploy with Netlify
[](https://app.netlify.com/start/deploy?repository=https://github.com/thorsten-stripe/ecommerce-gatsby-tutorial)