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