Adding configurations instructions for RCORD-Lite

Change-Id: If890543afc60d75bb1c68ac3f0d51979ea7995e8
diff --git a/package.json b/package.json
index c49573d..031c245 100644
--- a/package.json
+++ b/package.json
@@ -4,12 +4,11 @@
   "description": "Documentation for the OpenCORD Project",
   "main": "index.js",
   "dependencies": {
-    "gitbook-plugin-page-toc": "^1.1.0",
-    "gitbook-plugin-smart-nav-collapse": "^0.1.0"
   },
   "devDependencies": {},
   "scripts": {
-    "start": "gitbook serve --log=debug --debug",
+    "prestart": "gitbook install",
+    "start": "gitbook serve --log=debug --debug --port 4040",
     "build": "gitbook build"
   },
   "repository": {