From ad567c2f3813ab9c353006d78e4bd6468f73063a Mon Sep 17 00:00:00 2001 From: putskoo Date: Wed, 4 Sep 2013 03:46:43 +0300 Subject: [PATCH] readme fixed --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b11b87b..2c2db80 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,14 @@ Run this command in your CLI from techtalk-portal dir: node server.js ``` +##Build the project for deployment(minification included) + +``` +grunt build +node server prod +``` + + And open [http://localhost:3000](http://localhost:3000) in your browser Enjoy!