Skip to content

khannover/nice-scrum-poker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to install

After cloning this repo, do one of the following...

With Docker (recommended)

cd nice-scrum-poker
docker build -t nice-scrum-poker . # build the image
docker run --rm --name -d nice-scrum-poker -p 9999:9999 nice-scrum-poker # run the image

Without Docker

cd cd nice-scrum-poker/application
pip install -r requirements.txt
python main.py

About

A little scrum poker app built with nicegui

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published