No description
  • Elixir 95.4%
  • JavaScript 2%
  • Dockerfile 1.4%
  • HTML 1%
Find a file
marus ede9397de7
All checks were successful
Build OCI image / test-and-build (push) Successful in 2m41s
Fix sidebar header action wrapping
2026-08-06 11:17:37 +02:00
.forgejo/workflows feat: display application version tag in footer 2026-07-30 10:26:38 +02:00
assets Add display names and dark mode 2026-07-29 20:08:36 +02:00
config Allow SMTP verification override 2026-07-29 19:31:03 +02:00
lib Fix sidebar header action wrapping 2026-08-06 11:17:37 +02:00
priv Add display names and dark mode 2026-07-29 20:08:36 +02:00
rel/overlays/bin Initial Korb Phoenix app 2026-07-29 12:16:26 +02:00
test feat: add real-time PubSub synchronization and clear completed items button 2026-07-30 10:23:04 +02:00
.dockerignore Align CI with Slate workflow 2026-07-29 14:37:07 +02:00
.env.example Allow SMTP verification override 2026-07-29 19:31:03 +02:00
.formatter.exs Initial Korb Phoenix app 2026-07-29 12:16:26 +02:00
.gitignore Initial Korb Phoenix app 2026-07-29 12:16:26 +02:00
compose.yml Use marco image namespace 2026-07-29 12:34:15 +02:00
DEPLOYMENT.md Allow SMTP verification override 2026-07-29 19:31:03 +02:00
Dockerfile feat: display application version tag in footer 2026-07-30 10:26:38 +02:00
mix.exs Initial Korb Phoenix app 2026-07-29 12:16:26 +02:00
mix.lock Initial Korb Phoenix app 2026-07-29 12:16:26 +02:00
README.md Initial Korb Phoenix app 2026-07-29 12:16:26 +02:00

Korb

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