From 0ec80e0c807b7c53079a73b9329ca80332442bb4 Mon Sep 17 00:00:00 2001 From: Manjunath Davanam Date: Wed, 10 Oct 2018 11:08:21 +0530 Subject: [PATCH] Issue #000 fix: ReadMe file update Readme file update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d5f383f4..018881414 100644 --- a/README.md +++ b/README.md @@ -161,8 +161,9 @@ Content player will render inside Cordova environment and it's accepting the con * Clone the content player from [here](https://github.com/project-sunbird/sunbird-content-player) * Run `npm install` in PROJECT_FOLDER/player path -* To run player in local run `node app` in the Terminal * Disable `isCorePluginsPackaged` variable in the `appConfig.js` to load/run the plugins without minifiying. +* To run player in local run `node app` in the Terminal +* Open http://localhost:3000/ in the browser. By default player runs in the `3000` port **How to build**