A gatsby static site for DevIQ.com.
To build locally, install the gatsby command line tools:
npm install -g gatsby-cli
Next, run these commands:
npm install
gatsby build
gatsby serve
You may also need to run this to clean up local cached files:
gatsby clean
When you're doing active development, run:
gatsby develop
This will build the site and watch the folder for changes, automatically updating as changes are detected.