From f32aac3bc89a8b157e93455cfb548b83b9c8b942 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 21 Jan 2024 20:02:24 +0100 Subject: [PATCH] chore(readme): add more info --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ff39ec3..ad427d4 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,7 @@ For production you would start the node server in the `server` folder, after bui ## Shared dependencies Dependencies such as react and react-dom are shared across applications. They are fetched from [esm.sh](https://esm.sh/) and gets cached in the browser, reducing the bundle size. Each app can share other dependencies as well through url imports. + +## More info + +This project was initially forked from [this repo](https://github.com/sasoria/astro-microfrontends) \ No newline at end of file