A proof of concept application that demonstrates a few concepts, namely:
- App-like functionality with GraphQL, data fetching, mutations, etc.
- Static creation of pages (e.g.
/privacy-policy,/terms-of-service, etc.) - Client-side only routes, e.g. dynamic routes
- Schema stitching with Github's API (requests ⭐ count at build time!)
yarnornpm install- Request a Github token and give
repofull access to the token cat .env.sample > .env.developmentthen paste in your access token from gitub- From the
.env.developmentfile, replace the GATSBY_OG_APP_ID with a token from a OneGraph account which you must create yarn developornpm run develop