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 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",