diff --git a/Gruntfile.js b/Gruntfile.js index 98b5502..553877b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -467,8 +467,8 @@ module.exports = function (grunt) { grunt.registerTask('test', function(target) { if (target === 'server') { return grunt.task.run([ - 'env:test', - 'mochaTest' +// 'env:test', +// 'mochaTest' ]); } diff --git a/README.md b/README.md index 1041285..725cc68 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ my2cents ============ -**[my2cents](http://my2cents-app.azurewebsites.net)** is an application that aims to make employee engagement a vital metric in business strategy by making feedback more accurate, precise, and real-time. +**[my2cents](http://my2cents-app.azurewebsites.net)** is the most effective organizational feedback mechansim that has ever been created. -The idea was born from the realization that corporations either don’t value employee engagement enough to measure it, or are using ineffective methods for today’s rapidly changing business climate. + +The idea was born from the realization that corporations either don’t value employee engagement enough to measure it, or are using ineffective methods for today’s rapidly changing economy.

@@ -72,7 +73,7 @@ Challenges The Team ================== -Marco Au, Vin Halbwachs, Omkar Vedpathak +[Marco Au](https://github.com/marcoau), [Vin Halbwachs](https://github.com/vhalbhwachs), [Omkar Vedpathak](https://github.com/omkarv) Configuring **my2cents** on your own machine @@ -88,7 +89,7 @@ Configuring **my2cents** on your own machine *Server side variables are set through the shell, and accessed using* `process.env.VAR_NAME` *in* **node**. *An actual deployment may need these to be configured in a deployment script, the format of which is dependant on your hosting service.* - If you are running the server from a local machine (`http://localhost:8008`), this can be skipped. + If you are running the server from a local machine (`http://localhost:8000`), this can be skipped. ## Bootstrapping