Hi
i have downloaded the code from github, run the commands
corepack enable
corepack prepare yarn@stable --activate
i am using node 16.20.0
i have gotten an infra project id, and i put it in my .metamaskrc file, which itself is a copy of the .metamaskrc.dist file
then i run
yarn install yarn start
and after doing stuff the system just hangs, the last lines being
[20:55:24] C:\development\samples\matamaskplugin\metamask-extension\dist\firefox\ui-1.js reloaded. [20:55:24] C:\development\samples\matamaskplugin\metamask-extension\dist\firefox\ui-2.js reloaded. [20:55:24] C:\development\samples\matamaskplugin\metamask-extension\dist\chrome\common-4.js reloaded. [20:55:24] C:\development\samples\matamaskplugin\metamask-extension\dist\chrome\ui-1.js reloaded. [20:55:24] C:\development\samples\matamaskplugin\metamask-extension\dist\chrome\ui-2.js reloaded. [20:55:24] C:\development\samples\matamaskplugin\metamask-extension\dist\chrome\ui-4.js reloaded.
There isn’t a really useful or clear guide, so i’m not sure if i should be using yard start or yarn dist. yarn dist, however, just outputs nothing and hangs. i simply want a development version of MetaMask with my password inbuilt, which is why i am doing all of this.