From 3fb5c270c30168874f5bb23d8bf1cff876873e01 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Sun, 9 Apr 2017 16:24:19 -0700 Subject: [PATCH] Update --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3b626c43..52bc9d13 100755 --- a/README.md +++ b/README.md @@ -73,14 +73,12 @@ DSN_KEY=yourPrivateRavenKey Side note: ___Currently we are using Raven and Sentry [https://www.getsentry.com](https://www.getsentry.com) for error logging. To use it you must provide a valid private DSN key in your .env file and a public DSN key in app/views/layout.index.html___ -Edit the `env` config in gruntfile.js to make sure your .env file is being used. If you don't include this your app won't run - -To run the development version: +#### To run the development version: Set ```NODE_ENV=development``` in .env file ```$ grunt``` -To run the production version: +#### To run the production version: Set ```NODE_ENV=production``` in .env file ```$ grunt```