This example walks through linking between pages in a Gatsby site using Gatsby Link.
Docs recipe: https://gatsbyjs.org/docs/recipes/pages-layouts#linking-between-pages
Set up the project by installing dependencies in the directory:
cd recipe-linking-between-pages
npm install
gatsby develop
Run the Cypress integration tests to make sure everything still works.
npm test