-
Install dependencies
bundle install -
Boot your server
rails server -
Go to
http://localhost:3000/pokerto view the results of the given hands. -
To run tests, run
rake spec
choladay/poker
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Install dependencies bundle install
Boot your server rails server
Go to http://localhost:3000/poker to view the results of the given hands.
To run tests, run rake spec