[Tutor] Fails when build mfe images

Hi @WillEVTdigital ,

I had a hard time with development process too. Please refer to this link: CORS problem when working with MFE template - #14 by the_tan_Nguyen

In summary:
Step 1: Edit the dev.env file to run with tutor (the default is for devstack), the file content is in the link
Step 2: Run tutor local start docker in the background
Step 3: Go to your MFE and npm start
Step 4: you will see the /login_refresh API has 401
Step 5: hardcode your credentianls and ignore the 401 with the format in the link
Step 6: re run MFE and dev