#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.