This page needs its server

It looks like index.html was opened directly from disk. Browsers block ES modules over file://, so nothing can load. Start the app instead:

npm run dev

Then open http://localhost:4600. The gateway should be running too. See the repository README.