Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 407 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 407 Bytes

PokerEx

CircleCI

PokerEx is a Texas Hold 'Em game engine with a Phoenix API layer over top of it.

To run the project, fetch your dependencies and run the server:

mix deps.get
mix phx.server

The dev server is set to run on port 8080, but you can configure this in the config/dev.exs.