Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atapas/gatsby-bugfender
This repo contains code to integrate Gatsby with the Bugfender tool
https://github.com/atapas/gatsby-bugfender
bugfender gatsby netlify
Last synced: 30 days ago
JSON representation
This repo contains code to integrate Gatsby with the Bugfender tool
- Host: GitHub
- URL: https://github.com/atapas/gatsby-bugfender
- Owner: atapas
- License: 0bsd
- Created: 2020-12-16T04:14:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-17T08:44:16.000Z (almost 4 years ago)
- Last Synced: 2024-05-01T17:15:58.336Z (7 months ago)
- Topics: bugfender, gatsby, netlify
- Language: JavaScript
- Homepage: https://tapasadhikary.com
- Size: 953 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
The Purple Blog - Gatsby & BugfenderThis project is created to try out and demonstrate [Gatsby](http://gatsbyjs.org/) and [Bugfender](https://bugfender.com/) together.
# π Start Developing
1. **Installation**
Clone the repo and Navigate into your projectβs directory and start it up.
```shell
cd gatsby-bugfender/
yarn # Or, npm install
```1. **Start the Dev Server!**
OPen a command prompt and use the command,
```shell
gatsby develop
```Your site is now running at `http://localhost:8000`!
_Note: You'll also see a second link: _`http://localhost:8000/___graphql`_. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the [Gatsby tutorial](https://www.gatsbyjs.com/tutorial/part-five/#introducing-graphiql)._
# Gatsby and Bugfender Integration
TBA# Demo App
A demo app is running here,
[The Purple Blog](https://gatsby-bugfender.netlify.app/)
Build Status:
[![Netlify Status](https://api.netlify.com/api/v1/badges/a420a411-c580-49b8-864f-c9e2e1a99461/deploy-status)](https://app.netlify.com/sites/gatsby-bugfender/deploys)