In here we store the code for the static Micro Frontends Meetup website.
To develop the website you'll need to clone the repository and install the dependencies:
npm i
Then you can start the development server by running:
npm start
Finally, when you are done just push the code. Any changes in the main
branch trigger a build and release in GitHub actions.
This website is released using the MIT license. For more information see the license file.