Phoenix site for managing audio to play when a certain IP address connects to the local network.
Go to file
Silas 8668405143
init commit
2024-07-13 15:12:19 -04:00
assets init commit 2024-07-13 15:12:19 -04:00
config init commit 2024-07-13 15:12:19 -04:00
lib init commit 2024-07-13 15:12:19 -04:00
priv init commit 2024-07-13 15:12:19 -04:00
test init commit 2024-07-13 15:12:19 -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