Phoenix site for managing audio to play when a certain IP address connects to the local network.
Go to file
silentsilas a085aee5c8 switch mp3 to tts, add genserver to app supervisor tree that periodically checks for newly connected devices and plays their associated tts message 2024-07-17 18:20:05 -04:00
assets switch mp3 to tts, add genserver to app supervisor tree that periodically checks for newly connected devices and plays their associated tts message 2024-07-17 18:20:05 -04:00
config switch mp3 to tts, add genserver to app supervisor tree that periodically checks for newly connected devices and plays their associated tts message 2024-07-17 18:20:05 -04:00
lib switch mp3 to tts, add genserver to app supervisor tree that periodically checks for newly connected devices and plays their associated tts message 2024-07-17 18:20:05 -04:00
priv switch mp3 to tts, add genserver to app supervisor tree that periodically checks for newly connected devices and plays their associated tts message 2024-07-17 18:20:05 -04:00
test switch mp3 to tts, add genserver to app supervisor tree that periodically checks for newly connected devices and plays their associated tts message 2024-07-17 18:20:05 -04:00
.env init commit 2024-07-13 15:12:19 -04:00
.formatter.exs init commit 2024-07-13 15:12:19 -04:00
.gitignore init commit 2024-07-13 15:12:19 -04:00
.tool-versions init commit 2024-07-13 15:12:19 -04:00
README.md init commit 2024-07-13 15:12:19 -04:00
docker-compose.yml init commit 2024-07-13 15:12:19 -04:00
mix.exs init commit 2024-07-13 15:12:19 -04:00
mix.lock init commit 2024-07-13 15:12:19 -04:00

README.md

HereIAm

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more