doorsense
A project to surface the status of the UCC door via HTTP
Running
- Install requirements using
npm install
. - Copy
.env.example
to.env
and fill out required variables. - Run using
npm start
.
Alt: Docker
@pre: docker compose v2
- edit compose.yaml to suit your need, mainly port
- docker compose up -d --build