Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

speculare-cloud/speculare-dashboard

Repository files navigation

Speculare Dashboard

Dashboard for your metrics

Apache 2 License CodeFactor Docs

Speculare dashboard is intended to display data from speculare-client childrens using speculare-server and speculare-pgcdc.

This dashboard is not yet finished. There are still missing charts, functionallity, ... which are not yet implemented.

Server setup / Dev setup

  • Install all deps
npm install
  • Create a .env file based on .env.example

  • Run local dev server

npm run serve
  • Compile files for production
npm run build