The WATcloud Status Page is a frontend-only web app that pulls data from various sources like Healthchecks.io and Sentry to provide a single place to view the health of WATcloud.
To run the status page locally, you will need to have Node.js installed. Then, you can run the following commands to install dependencies and start the development server:
npm install
npm run dev