Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 504 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 504 Bytes

poker-player-go

Go client skeleton for Lean Poker. For more information visit: http://leanpoker.org

Usage instructions

Ingredients

See Deploying Go Apps on Heroku

Workflow

  1. Fork this repo
  2. go get your fork (github.com/User/repo)
  3. Open the repo ($GOPATH/src/github.com/User/repo)
  4. Inspect and commit changes
  5. Push changes to your fork's default branch (normally master)
  6. Deploy to Heroku