Website to display details from Ness using nessjs
npm install
To setup and run:
node server
Open localhost:8080 in a web browser.
To override default settings, copy config.json.example
to config.json
and
set values.
You can also override them ad-hoc, by setting environment variables
in capitals (e.g. env HTTP_PORT=8888
)