The Elixir application that powers my personal website https://sloanelybutsurely.com
Find a file
2025-03-24 07:39:10 -04:00
assets chore: reorganize project, enforce boundaries 2025-03-22 13:09:08 -04:00
config mix phx.gen.auth 2025-03-24 07:39:09 -04:00
lib restore basic layout 2025-03-24 07:39:10 -04:00
priv mix phx.gen.auth 2025-03-24 07:39:09 -04:00
test mix phx.gen.auth 2025-03-24 07:39:09 -04:00
.credo.exs chore: install credo, organize dependencies 2025-03-22 13:24:02 -04:00
.formatter.exs mix phx.gen.auth 2025-03-24 07:39:09 -04:00
.gitignore remove envrc 2025-02-24 10:48:40 -05:00
.mise.toml add rich text support 2025-02-22 13:59:24 -05:00
mix.exs mix phx.gen.auth 2025-03-24 07:39:09 -04:00
mix.lock mix phx.gen.auth 2025-03-24 07:39:09 -04:00
README.md mix phx.new 2025-02-20 10:43:58 -05:00

CMS

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