I'm used to using widgets to install third party software on my site which is obviously just copy/paste the given html, but there's some software I want to install from Github and the ReadMe file states:
To Run:
git clone https://github.com/Shapeshift-Public/ShapeShift-Skeleton
cd ShapeShift-Skeleton
npm install
bower install
node dev-server.jsthen go to localhost:3000 in browser
I don't want a step by step, just general guidance related to the concept. What am I being instructed to do? I expected to simply be able to reference the index file from a page in my site and it'd pull up the pop up referenced here, instead I just get a blank screen, and I suspect it's because I don't have a clue what the above means. Apologies to anyone rolling their eyes.