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