Chef Jump-In Site
A simple website to list Github issues labelled with Status: Good First Issue available at https://chef.github.io/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 installfrom the repo directory - Run
yarn startto launch the site running locally
Deploying
To deploy to Github Pages, run yarn run deploy.