Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexislepresle/gatsby-stripe-element
π³ Simple demonstration of stripe element integration with Gatsby.
https://github.com/alexislepresle/gatsby-stripe-element
gatsby gatsby-site gatsby-starter-kit gatsby-theme gatsbyjs netlify-functions stripe stripe-element
Last synced: 3 months ago
JSON representation
π³ Simple demonstration of stripe element integration with Gatsby.
- Host: GitHub
- URL: https://github.com/alexislepresle/gatsby-stripe-element
- Owner: alexislepresle
- License: mit
- Created: 2019-07-10T10:31:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T06:31:38.000Z (over 1 year ago)
- Last Synced: 2024-10-09T10:55:09.574Z (3 months ago)
- Topics: gatsby, gatsby-site, gatsby-starter-kit, gatsby-theme, gatsbyjs, netlify-functions, stripe, stripe-element
- Language: JavaScript
- Homepage: https://stripe-element.netlify.com/
- Size: 2.38 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/55942183-8ef7-4cc7-9754-8fb8c9fda1cc/deploy-status)](https://app.netlify.com/sites/stripe-element/deploys)
π³π³
Gatsby with Stripe ElementThis project is built with Gatsby, Bulma, Stripe Element, and Netlify Functions. This demo is [here](https://stripe-element.netlify.com/) by alexislepresle.
## π Quick start
1. **Create a Gatsby site.**
Use the Gatsby CLI to create a new site, specifying the default starter.
```sh
# create a new Gatsby site using the gatsby-stripe-element
gatsby new gatsby-stripe-element https://github.com/alexislepresle/gatsby-stripe-element
```2. **Start developing.**
Navigate into your new siteβs directory and start it up.
```sh
cd gatsby-stripe-element/
gatsby develop
netlify-lambda serve
```3. **Open the source code and start editing!**
Your site is now running at `http://localhost:8000`!
## π« Deploy
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/alexislepresle/gatsby-stripe-element)