The demo site: planning-poker.meteor.com. It's using free host provided by Meteor.
To get started, you need to download and install Meteor. Type the following in terminal.
$ curl https://install.meteor.com | /bin/sh
If you are using Windows, try Meteor for Windows.
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.
Helpful resource:
- Example projects
- Meteor docs
- Twitter Bootstrap - we use this for UI
This is an Orbis Access Free Friday project.