Principled GraphQL
This website highlights best practices for implementing and scaling a graph. It's built with Gatsby using our custom theme.
Developing locally
Set up the website for local development by cloning this repo, installing Node dependencies, and then starting the Gatsby development server.
$ npm install
$ npm start
Deploying
This website deploys the master
branch to production via Netlify whenever a new commit appears. There's no extra steps required for the developer!