pton.co is intended to be a simple URL shortener service for the Princeton community.
This assumes you already have Elixir installed and a default Postgres setup.
mix deps.get
mix ecto.create
mix ecto.migrate
cd assets && npm install
cd ..
mix phx.server
Now you can visit localhost:4000
from your browser.