Skip to content

CIRCLECI-GWP/gatsby-heroku-deploy

Repository files navigation

Continuous deployment of Gatsby apps to Heroku

CircleCI

Details

This repo is a Gatsby project scaffolded using Gatsby's default starter. It is built following a tutorial published on CircleCI blog under the CircleCI Guest Writer Program.

About CircleCI Guest Writer Program

Join a team of freelance writers and write about your favorite technology topics for the CircleCI blog. Read more about the program here.

Reviewers: Ron Powell, Stanley Ndagi


Application

A deployed instance of the application is running here.

Running the application

  1. Install dependencies: npm install
  2. Run the server: npm run develop
  3. Playground is available at: http://localhost:8000