Loving the game and the concept, however, when Miranda tries to leave the house, I encounter a bug - the game stops and tells me to report it. Something to do with a certain parameter...
Go to the game's root folder, open package.json
and replace the chromium-args line with this
"chromium-args": "--enable-gpu-rasterization --enable-gpu-memory-buffer-video-frames --enable-native-gpu-memory-buffers --enable-zero-copy --enable-gpu-async-worker-context --ignore-gpu-blacklist",
If that still crashes replace it with this
"chromium-args": "--ignore-gpu-blacklist",
If it crashes even with the ignore-gpu-blacklist like that, try and install DirectX redistributables
https://www.microsoft.com/en-us/download/details.aspx?id=8109
If even after all of that it still crashes, sadly your GPU is sadly too weak and you can't run the game.