This MFE application adds a custom user interface for various Open edX LTI services, such has the Open edX LTI Tool Plugin.
Follow these steps to provision, run, and enable an instance of the LTI MFE for local development via the devstack.
- Setup and configure the Open edX devstack and start the LMS service.
- Setup and configure the Open edX LTI Tool Plugin.
Clone the LTI MFE repository.
cd ~/workspace/src git clone [email protected]:Pearson-Advance/frontend-app-lti.git
Start this MFE with:
cd frontend-app-lti nvm use npm ci npm start