Lexi
Imagine a wiki drank some elixir.
Phoenix commands:
-
Run
mix setupto install and setup dependencies -
Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Go see localhost:4000, assuming your firewall's permission.
Running a public copy? One-liner coming soon. Phoenix has deploy guides.
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