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
Start application with ``yarn start`` and navigate to ``http://localhost:4200``.
56
+
57
+
To run the frontend locally with an already existing backend, use the run configs in [frontend/package.json](frontend/package.json).
32
58
33
59
Add a run config by creating a new entry in [package.json](frontend/package.json) similar to `"start:auth": "ng serve --configuration=dev,auth"` and adding a entry in [angular.json](frontend/angular.json) at "projects.trace-x.architect.build.configuratns" and "projects.trace-x.architect.serve.configurations".
34
60
@@ -94,5 +120,5 @@ Afterward, use one of the following users to log into the CX-Operator realm:
94
120
95
121
### Out of scope
96
122
97
-
- Sending/receiving of quality notifications is not supported, since it would require another tracex instance.
123
+
- Sending/receiving of quality notifications is not supported, since it would require another tracex instance.
98
124
- IRS Asset Sync does not yet work with IRS 5.4.0. It requires a new release of IRS which provides a fix for callback url validation.
0 commit comments