Local install guide
Install NodeJS using instructions here
That install will include NPM, which is used below.
$ git clone git@github.com:MichaelCurrin/instant-website.git
$ cd instant-website
Navigate to the project root.
Install project dependencies from package.json.
$ npm install
Here are some highlights and their purpose: