Starter GatsbyJs site using Jira as a data source
Make sure that you have the Gatsby CLI program installed:
npm install --global gatsby-cli
And run from your CLI:
gatsby new gatsby-jira-site https://github.com/matthewsommer/gatsby-starter-jira-source
Then you can run it by:
cd gatsby-jira-site
gatsby develop