Skip to content

fadamakis/remotescrum

Repository files navigation

logo

Remote Scrum

Making retrospectives work in a remote setup is challenging. Remote scrum offers a simple and elegant way of remote teams to vote on stories using a fibonacci deck of cards and makes sure that everyone is on same page. As well as drive your retrospectives using a simple and elegant board.

license


Getting Started locally

Clone this project and run:

// Install dependencies
meteor npm install

// run the app locally
meteor

Meteor development tools (Mongol)

Open your app in the browser and press Control + M to toggle it.

Documentation


Meteor resources

  1. The place to get started with Meteor is the tutorials page.

  2. Meteor Examples is a list of examples using Meteor. You can also include your example with Meteor.

  3. Once you are familiar with the basics, the Meteor Guide covers intermediate material on how to use Meteor in a larger scale app.

  4. Visit the Meteor discussion forums to announce projects, get help, talk about the community, or discuss changes to core.

  5. Meteor Slack Community is the best place to ask (and answer!) technical questions and also meet Meteor developers.

  6. Atmosphere is the repository of community packages designed especially for Meteor.