Install Git and
Node.JS and make sure you have both the
git
and node
commands in your command line path.
Click the "Fork" button above to make your own fork of this repository (login to your Github account or create a new one when prompted), then clone and install:
$ git clone git@github.com:[your-github-username]/hello-git.git
$ cd hello-git
$ npm install
$ node hello.js