Skip to content

its-all-waves/bat-signal-app

Repository files navigation

Ding Dong / Bat Signal Server

Run the Server Locally

  • Install dependencies
    • npm i && deno cache
  • Start the dev server
    • deno task dev

Build & Run the Docker Container

  • Build docker build -t ding-dong .
  • Run
    • docker run -p 80:8080 ding-dong
    • OR docker run -d --restart=always -p 80:8080 ding-dong

About

The server coordinating comms between a web frontend and Arduino Cloud for Bat Signal aka dingDong

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •