Skip to content

kurtome/kurt_web_phx

Repository files navigation

This is the repo for the source code for https://kurt.melby.me

Running locally

To start the 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.

Pheonix Framework Docsk