From 4364b747674f94cbc063edf6c6f337a8c21e5825 Mon Sep 17 00:00:00 2001 From: Nipul Singal Date: Sat, 17 Oct 2020 13:41:43 +0530 Subject: [PATCH 1/2] Update package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 83bd060..17dc068 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "", "main": "app.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "start": "node app.js" }, "author": "", "license": "ISC", From 36885e452bf3d539ff389b36d1e3a0c45113b8e2 Mon Sep 17 00:00:00 2001 From: Nipul Singal Date: Sat, 17 Oct 2020 13:42:32 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 88ced4e..6ebca59 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # Blog-App https://blog-app0.herokuapp.com/ + +# Setup +- clone this repository +- npm install +- npm start +- Website will run at localhost:2582