Back to Gatsby

README

examples/ecommerce-tutorial-with-stripe/README.md

2.20.01.1 KB
Original Source
<!-- AUTO-GENERATED-CONTENT:START (STARTER) --> <p align="center"> <a href="https://www.gatsbyjs.com"> </a> </p> <h1 align="center"> Gatsby E-Commerce Starter </h1>

This is a Gatsby e-commerce example based on https://www.gatsbyjs.com/tutorial/ecommerce-tutorial/

Setup

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

💫 Build, Preview, and Deploy to Netlify