Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

fix(README): Update README.md #5

Merged
merged 1 commit into from
Dec 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,14 @@ In order to make local changes to the MFEs loaded by this project 4 additional p
- [Header Component Fork](https://github.com/hammerlabs-net/frontend-component-header)

Clone the MFE repositories to a common parent directory of where you cloned this repository. After cloning:

0. Run `nvm use 18.16.1`
1. Switch all forks to their `oep65` branches.
3. Run `npm install && npm run build` on all projects IN THIS ORDER:`frontend-app-shell` (this project), `frontend-component-footer`, `frontend-component-header`, `frontend-app-account`, `frontend-app-learning`
2. Run `npm install && npm run build` on this project (`frontend-app-shell`)
3. Run the following commands on these projects in this order: `frontend-component-footer`, `frontend-component-header`, `frontend-app-account`, `frontend-app-learning`:

```npm uninstall frontend-app-shell && npm install --save-dev ../frontend-app-shell/dist/emulator/frontend-app-shell-1.0.0.tgz && npm run build```

4. Modify the `USE_LOCAL_PILETS` environment variable to `true`
5. Run `npm start` in this project.
6. Access the running instance at http://localhost:1234/
Expand Down