App that displays the healthcheck status of CollectiveAccess projects. Built using Next.js
- Install libraries
npm install-
Setup envars
-
Copy
env.sample, and create.env.localfor development and.envfor production. -
Fill in the the envars
-
DB_PATH- path to the sqlite database used by HealthCheckMonitoring -
NEXT_PUBLIC_PER_PAGE- number of statuses to show on project deatails page. -
NEXT_PUBLIC_PER_PAGE- number of statuses to show on the project details page -
NEXT_PUBLIC_UPDATE_FREQUENCY_MINUTES- how frequently to refetch project statuses
-
-
-
Start app
npm run dev