commit 5761f79df0787c950e562659ee9125a6dfaf6cbd Author: Florian RICHER Date: Tue Feb 13 20:15:53 2024 +0100 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..86904c7 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# TestPhoenixLiveView + +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`](http://localhost:4000) from your browser. + +Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html). + +## Learn more + + * Official website: https://www.phoenixframework.org/ + * Guides: https://hexdocs.pm/phoenix/overview.html + * Docs: https://hexdocs.pm/phoenix + * Forum: https://elixirforum.com/c/phoenix-forum + * Source: https://github.com/phoenixframework/phoenix