Skip to content

A status dashboard for Searchworks app and the services on which it depends.

Notifications You must be signed in to change notification settings

sul-dlss/library-status

Repository files navigation

Library Status Dashboard

codecov

A lightweight dashboard for displaying the status and performance of SearchWorks and related SUL services.

Run Locally

  1. git clone this repository

Live Updating Development Build (using HMR+React)

  1. npm install (requires node.js 7+)
  2. npm start (This will run the development server and reflect your changes to the page as you save files)
  3. visit localhost:4444 in your browser

Static Build

  1. npm run build:dev # For Development build
  2. visit dist/ using an http server

Linting JavaScript

  1. npm run lint

Deploy to GH Pages

  1. ./bin/publish.sh from the project root - This will install dependencies, build the static assets, and edit and push to the gh-pages branch.
  2. visit https://sul-dlss.github.io/library-status/

Adding or Changing Checks and Graphs

The items to be displayed here are listed in config.js