Scrabblex is a clone of the popular board game written in Elixir using Phoenix Framework and LiveView with minimum javascript.
This project persists the data in a Postgresql database. A compose.yaml
file is included to help you satisfying that dependency.
In addition to that you should load a bunch of env vars listed in the .envrc.sample
file.
To start your Phoenix server:
mix setup
to install and setup dependenciesmix 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.