Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 748 Bytes

readme.md

File metadata and controls

26 lines (21 loc) · 748 Bytes

#Planning Poker

This application will allow a project team to play planning poker while planning tasks to include in a forthcoming sprint.

##Technologies Used

##Setup & Run Project

#Assuming both Node and NPM are installed
#Install CoffeeScript globally so that you can run the project
npm install -g coffee-script
npm install -d
coffee server.coffee

##License This project is licensed under the MIT license. Please see the license for more details.