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: about 2 months 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-17T08:44:16.000Z (over 5 years ago)
- Last Synced: 2025-06-06T12:05:50.449Z (about 1 year 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 & Bugfender
This 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:
[](https://app.netlify.com/sites/gatsby-bugfender/deploys)