|
1 | 1 | # Kpt Backstage Plugins |
2 | 2 |
|
3 | | -**NOTICE** This is a fork of the upstream Kpt Backstage Plugin repository. The |
4 | | -intention is to upstream relevant changes to that repository after kpt moves to |
5 | | -CNCF and has the CNCF CLA. Please keep changes that are Nephio-specific (i.e., |
6 | | -do not belong in the upstream project) easily separable (or do them in a |
7 | | -different repository). |
8 | | - |
9 | 3 | Welcome! This repository contains the Kpt Backstage Plugins. The plugins can be |
10 | 4 | installed into an existing Backstage Application following the READMEs for each |
11 | 5 | plugin. For development and testing, the plugins can also be executed with the |
12 | 6 | example Backstage Application in this repository. |
13 | 7 |
|
14 | 8 | [Configuration as Data](plugins/cad) is the primary plugin which powers the |
15 | | -WYSIWYG Configuration GUI over GitOps using [kpt](https://kpt.dev/) and its new |
16 | | -Package Orchestrator, |
17 | | -[Porch](https://github.com/GoogleContainerTools/kpt/tree/main/porch). |
| 9 | +WYSIWYG Configuration GUI over GitOps using [kpt](https://kpt.dev/) and its |
| 10 | +Package Orchestrator, [Porch](https://github.com/kptdev//porch). |
18 | 11 |
|
19 | 12 |  |
20 | 13 |
|
@@ -68,9 +61,9 @@ yarn install |
68 | 61 | ### Running the UI |
69 | 62 |
|
70 | 63 | To run the UI, you'll need to use this command will start Backstage frontend and |
71 | | -backend instances. The frontend instance is hosted on port 3000 and, the backend |
| 64 | +backend instances. The frontend instance is hosted on port 3900 and, the backend |
72 | 65 | instance is on port 7007. Once started, you'll be able to access the UI by |
73 | | -browsing to the URL http://localhost:3000. |
| 66 | +browsing to the URL http://localhost:3900. |
74 | 67 |
|
75 | 68 | ```bash |
76 | 69 | yarn dev |
|
0 commit comments