You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_This plugin was created through the Backstage CLI_
3
+
The Scorecard plugin provides a configurable framework to visualize Key Performance Indicators (KPIs) in Backstage. This frontend plugin integrates with the Scorecard backend to deliver Scorecards.
6
4
7
5
## Getting started
8
6
@@ -11,3 +9,71 @@ Your plugin has been added to the example app in this repository, meaning you'll
11
9
You can also serve the plugin in isolation by running `yarn start` in the plugin directory.
12
10
This method of serving the plugin provides quicker iteration speed and a faster startup and hot reloads.
13
11
It is only meant for local development, and the setup for it can be found inside the [/dev](./dev) directory.
12
+
13
+
## For Administrators
14
+
15
+
### Prerequisites
16
+
17
+
Before installing the frontend plugin, ensure that the Scorecard backend is integrated into your Backstage instance. Follow the [Scorecard backend plugin README](https://github.com/redhat-developer/rhdh-plugins/blob/main/workspaces/scorecard/plugins/scorecard-backend/README.md) for setup instructions.
18
+
19
+
### Installation
20
+
21
+
To install the Scorecard plugin, run the following command:
0 commit comments