My blog. Established 2023.
Go to file
2024-09-06 11:31:33 -07:00
assets init repo 2022-12-23 01:05:17 -05:00
config init repo 2022-12-23 01:05:17 -05:00
lib init repo 2022-12-23 01:05:17 -05:00
priv init repo 2022-12-23 01:05:17 -05:00
test init repo 2022-12-23 01:05:17 -05:00
.envrc Add nix env 2024-09-06 11:31:33 -07:00
.formatter.exs init repo 2022-12-23 01:05:17 -05:00
.gitignore init repo 2022-12-23 01:05:17 -05:00
flake.nix Add nix env 2024-09-06 11:31:33 -07:00
mix.exs init repo 2022-12-23 01:05:17 -05:00
mix.lock init repo 2022-12-23 01:05:17 -05:00
README.md init repo 2022-12-23 01:05:17 -05:00

Blog

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • 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