Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
I hate to be rude, but did you try following the instructions?
What issue or error message did you receive?

Electron is a wrapper for html/css/js ( and more ) that takes a 'web application' and builds a local application.
 
I hate to be rude, but did you try following the instructions?
What issue or error message did you receive?

Electron is a wrapper for html/css/js ( and more ) that takes a 'web application' and builds a local application.

You're not being rude, it's okay. It's just that I'm not sure where I have to type the commands to install it, that I guess are:

git clone https://github.com/HuggableSquare/pocket-casts-electron.git
cd pocket-casts-electron
yarn install
yarn run start
 
You're not being rude, it's okay. It's just that I'm not sure where I have to type the commands to install it, that I guess are:

git clone https://github.com/HuggableSquare/pocket-casts-electron.git
cd pocket-casts-electron
yarn install
yarn run start

You do not NEED to install git... you can just download it from the GIT repository the old fashion way. But most of use use the tool git to make our jobs much easier.

Once you download pocket-casts-electron you will need to build it.

The instructions recommend yarn which is another tool:
https://yarnpkg.com/lang/en/docs/install/

And once again to install yarn you will need another tool:
https://nodejs.org/en/

Are we having fun yet?!

Once you have everything installed you run the above commands in terminal from inside the pocket-casts-electron directory. ( cd pocket-casts-electron part of the instructions )

You may need one more tool:
https://electronjs.org/

Good luck! Let us know if you get stuck! Post the error message!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.