You can run a local instance of How to GraphQL by executing the following commands in a terminal:
git clone git@github.com:ahdvnd/website.git
cd website
sudo npm install -g n
sudo n 6.9.0 # suggested node version
yarn install
yarn start # http://localhost:8000/