gatsby-starter-jira-source

Starter GatsbyJs using Jira Source

MIT License

Stars
3

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