Real time connection with others co-workers, you will able to resolve the merge online
If you haven't used Meteor before
Meteor is an ultra-simple environment for building modern web applications.
With Meteor you write apps:
in pure JavaScript that send data over the wire, rather than HTML using your choice of popular open-source libraries Documentation is available at http://docs.meteor.com/
Install Meteor:
curl https://install.meteor.com | /bin/sh
After that, clone the system
git clone git@github.com:wzalazar/meteor-file-status.git
This system requires grunt-file-status https://github.com/wzalazar/grunt-file-status
If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
npm install grunt-file-status --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
grunt.loadNpmTasks('grunt-file-status');
In your project's Meteor file status, you will be able to run system with the command meteor in the shell
meteor
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
(Nothing yet)