Skip to content

m1foley/mahjongwind

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published