This harvests some information from Honeybadger to populate a dashboard page
cd harvester/
ruby honeybadger-harvest.rb <HB_API_KEY>
This produces static/deploys.json
and static/top-errors.json
. These files
are the data that is read by the VueJS application.
yarn install
yarn run serve
yarn run build
yarn run test
yarn run lint