From fc21e51b6ecadd5d733de0158df887cf5998be4f Mon Sep 17 00:00:00 2001 From: Vivek Ghanchi Date: Mon, 6 Nov 2017 20:35:44 +0530 Subject: [PATCH] Update readme.md --- readme.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 2ffb0b2..c0b2cf6 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,10 @@ +# PlaceMaker + PlaceMaker combines the most valuable components of key web-based, self-guideed VR tours to offer a cost-effective method of connecting residents with their neighrborhoods, and highlighting that neighborhood's amenities in innovative and engaging ways. -To run locally +## How To Run Locally + 1. Install nodejs and npm. Then install gulp package globally 2. Locate project folder in terminal 3. Type "npm install" to install node packages -4. Type "npm run dev" to start the server and app \ No newline at end of file +4. Type "npm run dev" to start the server and app