-
mkdir myProjec
-
cd myProject
-
git clone https://github.com/twitchdev/extensions-hello-world.git
-
cd extensions-hello-world
-
make sure you are in the directory that contains the json package
-
npm install
-
npm run cert
-
npm start: init backend
-
open another terminal (ctrl+alt+t)
-
npm run frontend
I believe it to be this, try