programming-phoenix-liveview/pento
Moritz Böhme 8702144f97
feat: initial commit
2024-08-15 19:14:55 +02:00
..
assets feat: initial commit 2024-08-15 19:14:55 +02:00
config feat: initial commit 2024-08-15 19:14:55 +02:00
lib feat: initial commit 2024-08-15 19:14:55 +02:00
priv feat: initial commit 2024-08-15 19:14:55 +02:00
test feat: initial commit 2024-08-15 19:14:55 +02:00
.formatter.exs feat: initial commit 2024-08-15 19:14:55 +02:00
.gitignore feat: initial commit 2024-08-15 19:14:55 +02:00
README.md feat: initial commit 2024-08-15 19:14:55 +02:00
docker-compose.yml feat: initial commit 2024-08-15 19:14:55 +02:00
mix.exs feat: initial commit 2024-08-15 19:14:55 +02:00
mix.lock feat: initial commit 2024-08-15 19:14:55 +02:00

README.md

Pento

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