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
### Running Koku UI with local Cloud Services Backend
66
66
67
-
See https://github.com/RedHatInsights/chrome-service-backend/blob/main/docs/cloud-services-config.md#serving-files-locally
67
+
Refer to the [serving files locally][serving-files-locally] section of cloud services config for more details
68
68
69
69
1. Serve files locally from Cloud Services Backend repo
70
70
```
@@ -78,7 +78,7 @@ npm start:csb
78
78
79
79
### Running Koku UI with local Koku microfrontend (MFE)
80
80
81
-
See https://github.com/project-koku/koku-ui-mfe
81
+
Refer to the [koku-ui-mfe README][koku-ui-mfe-readme] for more details
82
82
83
83
1. Start development server in Koku MFE repo
84
84
```
@@ -92,8 +92,7 @@ npm start:mfe
92
92
93
93
### Running Koku UI with local Koku microfrontend (MFE) and Cloud Services Backend
94
94
95
-
See https://github.com/RedHatInsights/chrome-service-backend/blob/main/docs/cloud-services-config.md#serving-files-locally
96
-
and https://github.com/project-koku/koku-ui-mfe
95
+
Refer to the [serving files locally][serving-files-locally] section of cloud services config and the [koku-ui README][koku-ui-mfe-readme] for more details
97
96
98
97
1. Serve files locally from Cloud Services Backend repo
0 commit comments