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
- Host: GitHub
- URL: https://github.com/ekzhu/planning-poker
- Owner: ekzhu
- License: mit
- Created: 2013-02-15T20:21:58.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-03-31T16:07:21.000Z (over 10 years ago)
- Last Synced: 2025-07-24T13:43:15.267Z (4 months ago)
- Language: JavaScript
- Homepage: http://planning-poker.meteor.com
- Size: 113 KB
- Stars: 10
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.