Skip to content
This repository has been archived by the owner on Sep 7, 2019. It is now read-only.

Latest commit

 

History

History
19 lines (11 loc) · 284 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 284 Bytes

oncall-board

Numenta On-Call engineer board

Installation

npm install

Environment

You must have the following environment variables set:

PORT [8080 default]
HOST_URL (URL where this service is hosted)

Running

npm start
open http://localhost:${PORT}