From 145c563171e521806737618b97ce963f22aaa75d Mon Sep 17 00:00:00 2001 From: Toan Vo Date: Mon, 24 Oct 2016 14:09:10 +0700 Subject: [PATCH] updated README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 10e485f5..93258f6f 100755 --- a/README.md +++ b/README.md @@ -85,17 +85,17 @@ Create this directory or you will get errors. mkdir uploads/pdfs ``` -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 +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 development version: Set ```NODE_ENV=development``` in .env file -```$ grunt```` +```$ grunt``` To run production version: -Set ```NODE_ENV=development``` in .env file -```$ grunt```` +Set ```NODE_ENV=production``` in .env file +```$ grunt``` Your application should run on port 3000 or the port you specified in your .env file, so in your browser just go to [http://localhost:3000](http://localhost:3000)