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-gatsby
Install the dependencies using npm
or Yarn:
npm i
npm start
Open your terminal and install the StepZen CLI:
npm install -g stepzen
You need to login here using the command:
stepzen login
After you've installed the CLI and logged in, run:
stepzen start
In 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.