How to mount tutor-mfe: GradeBook

Hello everyone,

I have been running the course-authoring MFE and making changes to it successfully. I cloned the course-authoring mfe repo, mounted it to my tutor, ran tutor dev launch and tutor stop course-authoring and then ran my repo using npm run dev.

My question is that will the process for mounting Gradebook be similar? I am a bit confused with the Configuring for local use in edx-platform which can be found in the readme here.

Thanks a lot for your help.

1 Like

@Suleman_Hamdani you need to make the changes mentioned in docs: update the README with an easy way to run the MFE on your host … · openedx/frontend-app-authoring@66b14a5 · GitHub

You can also make a PR for the same :slight_smile:

Thank you for your reply, again.

So I have cloned the gradebook-mfe repo (master branch) and ran npm install and npm start. Once it has run, I try to access it on my local machine at port 1994 but I get this package error shown in the screenshot below. Seems like some package is deprecated. Thanks for your help!