Music streaming on ATProto!
1# Comet AppView 2 3[Phoenix](https://www.phoenixframework.org)-powered AppView for Comet. 4 5--- 6 7To start your Phoenix server: 8 9- Run `mix setup` to install and setup dependencies 10- Start Phoenix endpoint with `mix phx.server` or inside IEx with 11 `iex -S mix phx.server` 12 13Now you can visit [`localhost:4000`](http://localhost:4000) from your browser. 14 15Ready to run in production? Please 16[check our deployment guides](https://hexdocs.pm/phoenix/deployment.html). 17 18## Learn more 19 20- Official website: https://www.phoenixframework.org/ 21- Guides: https://hexdocs.pm/phoenix/overview.html 22- Docs: https://hexdocs.pm/phoenix 23- Forum: https://elixirforum.com/c/phoenix-forum 24- Source: https://github.com/phoenixframework/phoenix