Skip to content
Snippets Groups Projects

doorsense

A project to surface the status of the UCC door via HTTP

Running

  1. Install requirements using npm install.
  2. Copy .env.example to .env and fill out required variables.
  3. Run using npm start.

Alt: Docker

@pre: docker compose v2

  1. edit compose.yaml to suit your need, mainly port
  2. docker compose up -d --build