Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 563 Bytes

README.md

File metadata and controls

51 lines (36 loc) · 563 Bytes

Mahjong Wind

Play mahjong with your friends online!

Quick setup

  • Install dependencies: mix setup
  • Run tests: mix test
  • Start server: mix phx.server
  • Visit http://localhost:4000

Install dependencies and other setup tasks

mix setup

Run server

mix phx.server
# with pry
iex -S mix phx.server

Console

iex -S mix

Run tests

mix test
# with pry
iex -S mix test <file>

Deploy to Heroku

heroku login
git push heroku main:main

Credo for static analysis

mix credo