No description
Find a file
2026-02-28 11:56:11 +02:00
assets initial commit 2026-02-21 09:20:40 +02:00
config Remove ecto repo, add writing to file 2026-02-28 11:56:11 +02:00
lib Remove ecto repo, add writing to file 2026-02-28 11:56:11 +02:00
priv Remove ecto repo, add writing to file 2026-02-28 11:56:11 +02:00
test Remove ecto repo, add writing to file 2026-02-28 11:56:11 +02:00
.formatter.exs initial commit 2026-02-21 09:20:40 +02:00
.gitignore Preparatory work 2026-02-21 13:05:47 +02:00
AGENTS.md initial commit 2026-02-21 09:20:40 +02:00
mix.exs Remove ecto repo, add writing to file 2026-02-28 11:56:11 +02:00
mix.lock Remove ecto repo, add writing to file 2026-02-28 11:56:11 +02:00
README.md initial commit 2026-02-21 09:20:40 +02:00

BirdyChat

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