This project is a Gatsby starter repo connected to StepZen.
You'll need to create a StepZen account first. Once you've got that set up, git clone this repository onto your machine and open the working directory:
git clone https://github.com/stepzen-dev/examples.git
cd examples/with-gatsbyInstall the dependencies using npm or Yarn:
npm i
npm startOpen your terminal and install the StepZen CLI:
npm install -g stepzenYou need to login here using the command:
stepzen loginAfter you've installed the CLI and logged in, run:
stepzen startIn you terminal the endpoint at which your GraphQL API is deployed is logged. A proxy of the GraphiQL playground is available at your suggested endpoint (in example http://localhost:5001/api/with-gatsby), which you can use to explore the GraphQL API.
You can learn more in the StepZen documentation. Questions? Head over to Discord or GitHub Discussions to ask questions.