Skip to content

dayhaysoos/gatsby-theme-stripe-storefront

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gatsby Theme Stripe Storefront

This is a gatsby theme for anyone that has a stripe account that wants to quickly spin up an online storefront to sell products from.

Roadmap

Notion

Installation

Install the theme with yarn or npm

yarn add @dayhaysoos/gatsby-theme-stripe-storefront
npm install @dayhaysoos/gatsby-theme-stripe-storefront

Usage

Include it in your gatsby-config.js file at the root of your site:

module.exports = {
  plugins: [
    {
      resolve: '@dayhaysoos/gatsby-theme-stripe-storefront',
      options: {
        stripeSecretKey: process.env.STRIPE_API_SECRET,
        stripePublicKey: process.env.STRIPE_API_PUBLIC
      }
    }
  ]
};

TODO

Add more to readme

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •