2023-08-27 23:39:30 +05:00
|
|
|
# Comfycamp
|
2023-08-27 23:20:38 +05:00
|
|
|
|
2024-05-27 12:53:37 +05:00
|
|
|
To start your Phoenix server:
|
2023-10-15 11:25:48 +05:00
|
|
|
|
2024-05-27 12:53:37 +05:00
|
|
|
* Run `mix setup` to install and setup dependencies
|
|
|
|
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`
|
2023-12-03 20:33:55 +05:00
|
|
|
|
2024-05-27 12:53:37 +05:00
|
|
|
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
|
2023-10-15 11:25:48 +05:00
|
|
|
|
2024-05-27 12:53:37 +05:00
|
|
|
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
|
2023-12-03 20:33:55 +05:00
|
|
|
|
2024-05-27 12:53:37 +05:00
|
|
|
## Learn more
|
2023-12-03 20:33:55 +05:00
|
|
|
|
2024-05-27 12:53:37 +05:00
|
|
|
* 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
|