/scrumpoker

A small gtk app to help estimate the effort for a task.

Primary LanguageRustMIT LicenseMIT

scrumpoker

A small gtk app to help estimate the effort for a task.

Installation via Make

  1. Verify make and cargo are installed
  2. Run the following commands to install the app
git clone git@github.com:chefe/scrumpoker.git
cd scrumpoker
sudo make install

Installation via Flatpak

  1. Verify make, flatpak-builder and flatpak are installed
  2. Run the following commands to build the flatpak and install it
git clone git@github.com:chefe/scrumpoker.git
cd scrumpoker
make install-flatpak

Inspired by

https://github.com/dcordero/ScrumPoker