Originally Hatjitsu, create disposable online Planning Poker rooms for quick and easy estimations.
- Simple interface
- No login/signup required
- Votes are kept hidden until all have voted to prevent coercion
- 'Observer feature' - watch the planning session without having to vote
- Multiple planning card decks
- Adaptive design allows to work on desktop, tablet and mobile
nvm use
npm install -d
npm startTo update planning poker:
- clone the repository using the heroku cli tool
- add this repo as a
githubremote - checkout the github master branch
- pull down changes, then switch to heroku
mainbranch - merge
masterintomainand push. You should see build progress in thegit pushoutput.