Skip to content

Commit 82f6432

Browse files
fix dependencies after repo renaming
1 parent ec97128 commit 82f6432

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,21 +103,21 @@ Some config files are using domain `local.topcoder-dev.com`. You can change it t
103103
2. Run **Navbar** micro-app:
104104

105105
```sh
106-
git clone https://github.com/topcoder-platform/micro-frontends-navbar-app.git
107-
cd micro-frontends-navbar-app
106+
git clone https://github.com/topcoder-platform/mfe-header.git
107+
cd mfe-header
108108
```
109109

110-
Update in file `micro-frontends-navbar-app/config/dev.js` values for `ACCOUNTS_APP_CONNECTOR` and `AUTH` to `http://localhost:5000` so Navbar app which handles authentication uses our local Authentication service.
110+
Update in file `mfe-header/config/dev.js` values for `ACCOUNTS_APP_CONNECTOR` and `AUTH` to `http://localhost:5000` so Navbar app which handles authentication uses our local Authentication service.
111111

112112
```sh
113-
# inside folder "micro-frontends-navbar-app" run:
113+
# inside folder "mfe-header" run:
114114

115115
nvm use # or make sure to use Node 10
116116
npm i # to install dependencies
117117

118118
npm run dev
119119

120-
# this host navbar app as http://localhost:3001/navbar/topcoder-micro-frontends-navbar-app.js
120+
# this host navbar app as http://localhost:3001/navbar/topcoder-mfe-header.js
121121
```
122122

123123
3. Run **Forums** micro-app:
@@ -147,4 +147,4 @@ Some config files are using domain `local.topcoder-dev.com`. You can change it t
147147
- If you are not logged-in yet, you should be redirected to the login page.
148148
- If you cannot see the application and redirect doesn't happen, make sure that file "http://local.topcoder-dev.com:8602/forums-app/topcoder-micro-frontends--app.js" is loaded successfully in the Network tab.
149149

150-
Congratulations, you successfully run the project. If you had some issue, please, try to go through README of https://github.com/topcoder-platform/micro-frontends-frame and https://github.com/topcoder-platform/micro-frontends-navbar-app.
150+
Congratulations, you successfully run the project. If you had some issue, please, try to go through README of https://github.com/topcoder-platform/micro-frontends-frame and https://github.com/topcoder-platform/mfe-header.

src/root.component.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { useEffect } from "react";
22
import { VANILLA_EMBED_JS } from "./constants";
3-
import { disableSidebarForRoute } from "@topcoder/micro-frontends-navbar-app";
3+
import { disableSidebarForRoute } from "@topcoder/mfe-header";
44
import "styles/global.scss";
55
// import ebmedJs from "./embed-test";
66

0 commit comments

Comments
 (0)