The Elixir application that powers my personal website https://sloanelybutsurely.com
Find a file
2025-02-22 12:35:49 -05:00
assets mix phx.new 2025-02-20 10:43:58 -05:00
config feat: add basic admin mode 2025-02-22 10:39:05 -05:00
lib create simple posts 2025-02-22 12:35:49 -05:00
priv create simple posts 2025-02-22 12:35:49 -05:00
test feat: add basic admin mode 2025-02-22 10:39:05 -05:00
.envrc feat: add basic admin mode 2025-02-22 10:39:05 -05:00
.formatter.exs chore: install and run styler 2025-02-22 07:22:20 -05:00
.gitignore mix phx.new 2025-02-20 10:43:58 -05:00
.mise.toml mix phx.new 2025-02-20 10:43:58 -05:00
mix.exs feat: add basic admin mode 2025-02-22 10:39:05 -05:00
mix.lock feat: add basic admin mode 2025-02-22 10:39:05 -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