Dive into FreeBSD - beginner/ hobbyist/ tinkerer friendly, mobile-first web interface to run FreeBSD as a personal/ public server.
Find a file
2024-05-10 00:58:48 +05:30
assets Add Phoenix Framework 2024-05-10 00:58:48 +05:30
config Add Phoenix Framework 2024-05-10 00:58:48 +05:30
lib Add Phoenix Framework 2024-05-10 00:58:48 +05:30
priv Add Phoenix Framework 2024-05-10 00:58:48 +05:30
test Add Phoenix Framework 2024-05-10 00:58:48 +05:30
.formatter.exs Add Phoenix Framework 2024-05-10 00:58:48 +05:30
.gitignore Add Phoenix Framework 2024-05-10 00:58:48 +05:30
LICENSE Initial commit 2024-05-09 16:14:45 +02:00
mix.exs Add Phoenix Framework 2024-05-10 00:58:48 +05:30
README.md Add Phoenix Framework 2024-05-10 00:58:48 +05:30

Freedive

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