From e6a3fee2d018488903b03ae4572cb76d103d486c Mon Sep 17 00:00:00 2001 From: Pedro Martello Date: Tue, 5 Dec 2023 12:22:50 -0500 Subject: [PATCH] fix: Update README.md working around requirement that locally built packages be signed. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15febf6..ea95a28 100644 --- a/README.md +++ b/README.md @@ -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/