The Elixir application that powers my personal website https://sloanelybutsurely.com
Find a file
2025-02-24 10:48:40 -05:00
assets some refactoring of posts, rich text editor 2025-02-22 15:06:16 -05:00
config some refactoring of posts, rich text editor 2025-02-22 15:06:16 -05:00
lib incomplete: date stuff, h-card 2025-02-24 10:38:52 -05:00
priv add statuses, change navigation 2025-02-22 16:23:00 -05:00
test feat: add basic admin mode 2025-02-22 10:39:05 -05:00
.formatter.exs incomplete: date stuff, h-card 2025-02-24 10:38:52 -05: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 incomplete: date stuff, h-card 2025-02-24 10:38:52 -05:00
mix.lock incomplete: date stuff, h-card 2025-02-24 10:38:52 -05: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