You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ When enabled, ORAs with a staff grading step will link to this new MFE when clic
8
8
9
9
To start the MFE and enable the feature in LMS:
10
10
11
-
1. Start the MFE and take a note of the location/port. This defaults to `http://localhost:1993`.
11
+
1. Start the MFE with `npm run start`. Take a note of the path/port (defaults to `http://localhost:1993`).
12
12
13
13
2. Add the route root to `edx-platform` settings: In `edx-platform/lms/envs/private.py` or similar, add `ORA_GRADING_MICROFRONTEND_URL = 'http://localhost:1993'`
0 commit comments