Skip to content
/ mmy Public

A car guessing game inspired by Wordle, built on Elixir & Phoenix LiveView.

Notifications You must be signed in to change notification settings

mfilej/mmy

Repository files navigation

Make, Model, Year

Wordle, but you only speak car language.

Get it running

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