Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matthewsommer/gatsby-starter-jira-source

Starter GatsbyJs using Jira Source
https://github.com/matthewsommer/gatsby-starter-jira-source

blog cms gatsbyjs javascript jira react

Last synced: 8 days ago
JSON representation

Starter GatsbyJs using Jira Source

Awesome Lists containing this project

README

        

# gatsby-starter-jira-source
Starter GatsbyJs site using Jira as a data source

## Install

Make sure that you have the Gatsby CLI program installed:
```sh
npm install --global gatsby-cli
```

And run from your CLI:
```sh
gatsby new gatsby-jira-site https://github.com/matthewsommer/gatsby-starter-jira-source
```

Then you can run it by:
```sh
cd gatsby-jira-site
gatsby develop
```