instant-website

Installation

Local install guide

Requirements

Install System dependencies

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

Install project dependencies

Navigate to the project root.

Install project dependencies from package.json.

$ npm install

Here are some highlights and their purpose: