Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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:
[![Netlify Status](https://api.netlify.com/api/v1/badges/a420a411-c580-49b8-864f-c9e2e1a99461/deploy-status)](https://app.netlify.com/sites/gatsby-bugfender/deploys)