jketcham / ScrumPoker

Scrum planning poker App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScrumPoker

License: GPL v3 Gtk+: libhandy

ScrumPoker is a simple and useful scrum planning poker App. It helps you by making your estimation meetings more effective.

Building from source

Option 1: with GNOME Builder

Open GNOME Builder, click the "Clone..." button, paste the repository url. Clone the project and hit the Run button to start building ScrumPoker.

Option 2: with Meson

Prerequisites:
  • Gtk >= 3.22.0
  • libhandy >= 0.0.7
  • Meson >= 0.47.0
  • Git
git clone https://github.com/dcordero/ScrumPoker.git
cd ScrumPoker
meson . _build
ninja -C _build
sudo ninja -C _build install

About

Scrum planning poker App

License:GNU General Public License v3.0


Languages

Language:Vala 88.5%Language:Meson 11.5%