Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 712 Bytes

File metadata and controls

39 lines (31 loc) · 712 Bytes

scrumwith.me

No hassle planning poker at https://scrumwith.me.

Just the right set of features for quick ad-hoc estimation sessions.

  • Virtual cards
  • Mobile voting interface
  • No login necessary
  • Nothing in the way
  • QR codes
  • Hours and Days estimation methods
  • Pass/abstain option for non-voters
  • Vote timer with auto-pass
  • Copyable session link for easy sharing

Development

Development requires nix package manager and docker to be installed.

Setup

git clone https://github.com/strvmarv/scrumwithme.git
cd scrumwithme
nix-shell
npm install

Run locally

grunt

Build and run with Docker

grunt build
docker compose build
docker compose up