fourkitchens / crowd.work

Crowd Work
1 stars 0 forks source link

Crowd Work

Team discussion organization tool, built on Meteor.

Getting Started

Installing meteor (unix-based machines):

Running crowd.work

Coding Standards

This project contains multiple tools for enforcing coding standards and checking for errors within the codebase. Before code is merged into the project, it must meet the standards defined in the .jscsrc and .jshintrc files in the project root. An EditorConfig file is provided for convenience.

Installation

Checking

To check your local codebase, run gulp cs from a console in the project root. An error report, if any, will be generated in the console. If errors are reported, they should be fixed and the Coding Standards checks should be executed until all errors are eliminated.