Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/matthewsommer/gatsby-starter-jira-source
- Owner: matthewsommer
- License: mit
- Created: 2018-06-19T16:44:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T04:30:29.000Z (11 months ago)
- Last Synced: 2024-12-02T05:40:42.486Z (2 months ago)
- Topics: blog, cms, gatsbyjs, javascript, jira, react
- Language: JavaScript
- Size: 789 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```