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!)
yarn
ornpm install
- Request a Github token and give
repo
full access to the token cat .env.sample > .env.development
then paste in your access token from gitub- From the
.env.development
file, replace the GATSBY_OG_APP_ID with a token from a OneGraph account which you must create yarn develop
ornpm run develop