Escape game developed live on twitch.tv/mikezenith.
I recommend using VSCode for this projects to have the same set up as you can see on stream. Please find the used extensions in .vscode
directory or use View\Extensions CTRL(CMD)+Shift+X
and type @recommended
in the search bar.
- Install node.js (check version @package.json#engines.node`)
- Install yarn
- Run
yarn install