Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 383 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 383 Bytes

gatsby-starter-jira-source

Starter GatsbyJs site using Jira as a data source

Install

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