An open API service indexing awesome lists of open source software.

https://github.com/ekzhu/planning-poker

Planning Poker game for scrum team planning using Meteor.js
https://github.com/ekzhu/planning-poker

Last synced: about 1 month ago
JSON representation

Planning Poker game for scrum team planning using Meteor.js

Awesome Lists containing this project

README

          

Planning Poker
==============

The demo site: [planning-poker.meteor.com](http://planning-poker.meteor.com). It's using free host provided by Meteor.

Get Started
-----------

To get started, you need to download and install [Meteor](http://meteor.com). Type the following in terminal.

$ curl https://install.meteor.com | /bin/sh

If you are using Windows, try [Meteor for Windows](http://win.meteor.com).

Once you have meteor, go into the repository directory, and run:

$ meteor run

A local version of the app should be running at localhost:3000.

For Developers
--------------

Helpful resource:

1. [Example projects](http://meteor.com/examples/leaderboard)
2. [Meteor docs](http://docs.meteor.com/)
3. [Twitter Bootstrap](http://twitter.github.com/bootstrap/) - we use this for UI

----
This is an Orbis Access Free Friday project.