Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 924 Bytes

README.rst

File metadata and controls

40 lines (25 loc) · 924 Bytes

frontend-app-lti

Purpose

This MFE application adds a custom user interface for various Open edX LTI services, such has the Open edX LTI Tool Plugin.

Getting Started

Devstack Installation

Follow these steps to provision, run, and enable an instance of the LTI MFE for local development via the devstack.

  1. Setup and configure the Open edX devstack and start the LMS service.
  2. Setup and configure the Open edX LTI Tool Plugin.
  1. Clone the LTI MFE repository.

    cd ~/workspace/src
    git clone [email protected]:Pearson-Advance/frontend-app-lti.git
    
  2. Start this MFE with:

    cd frontend-app-lti
    nvm use
    npm ci
    npm start