Play mahjong with your friends online!
- Install dependencies:
mix setup
- Run tests:
mix test
- Start server:
mix phx.server
- Visit http://localhost:4000
mix setup
mix phx.server
# with pry
iex -S mix phx.server
iex -S mix
mix test
# with pry
iex -S mix test <file>
heroku login
git push heroku main:main
mix credo