From ccaff8ccbc04f2f3fefe2d230fe45376d60bba97 Mon Sep 17 00:00:00 2001 From: Illia Shestakov Date: Mon, 25 Sep 2023 13:35:59 +0300 Subject: [PATCH] Add final point to MFE development section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c7276e35..57db84f2 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ The following is an example of overriding a header 3. mounts the `module.config.js` file, assuming it's `mfe/`, `tutor mounts add account:./mfe/module.config.js:/openedx/app/module.config.js` 5. then run `npm install` _Note: in step 2 we run it inside header, now inside account mfe_ 6. Simliar to adding the header we can also add other pkgs, like footer, brand, paragon...etc. +7. `tutor dev start -d` to apply changes ## Building and runnning MFEs in production mode