I would really like to know how I can modify an mfe, I already downloaded the Git from MFE, and I already downloaded an example Larner-Dashboard from Git, but I would like to know how I make my changes look in production, I already made the changes, and when restarting my local, with the tutor images build mfe, and then local tutor start -d, this does nothing because you can’t see the changes, I would like to know if someone has a link from the forum where you can learn this, in the documentation it comes a little simplified, or even a course to learn more, I want to make all the time of changes so that my platform looks more similar to what I want, I also want to change all the color H1s, but I don’t know where I would like someone who has more experience to guide me, thank u for u time
Hi @Edwin75206 have you tried this documentation? GitHub - overhangio/tutor-mfe: This plugin makes it possible to easily add micro frontend (MFE) applications on top of an Open edX platform that runs with Tutor.
Thank you for your constant attention and help. I have a question regarding modifications: to what extent can the code be modified? Specifically, how much can I personalize my site on Open edX—is it only certain components that can be changed, or can I modify entire pages? For instance, I would like to completely revamp a page, such as the learner dashboard, by adding some features and removing others. Is that possible?
Hi @Edwin75206 - you can try using Plugin Slots, this is the easiest way: Use A Frontend Plugin Framework Slot — Latest documentation
You can submit upstream pull requests to add any plugin slot you think is missing.
The harder way is to fork the MFE and make your own changes on a fork. However, that makes upgrading much more difficult.