Skip to content

antoinejaussoin/plannipoker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plannipoker

This tool is a real-time planning poker application for development teams.

It is also built as part of a tutorial: you can find the articles here: https://medium.com/around-the-app-in-365-days.

The tool is not in production yet, but will be in a few weeks.

How to run

  • Clone the repository: git clone https://github.com/antoinejaussoin/plannipoker.git
  • Install the dependencies: npm i (or yarn)
  • Run: yarn start