Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 403 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 403 Bytes

Chef Jump-In Site

A simple website to list Github issues labelled with Type: Jump In.

Building Locally

  • Install node and yarn. On a mac this can be done via brew with brew install node yarn
  • Install the node packages via yarn with yarn install from the repo directory
  • Run yarn start to launch the site running locally

Deploying

To deploy to Github Pages, run yarn run deploy.