From 0419b01d61a00e61339b1c5f23eac66f43f5d617 Mon Sep 17 00:00:00 2001 From: Sashika Nawarathne Date: Fri, 10 Jan 2020 04:53:07 +0530 Subject: [PATCH] Update readme.md --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af10212..1ef9eef 100644 --- a/README.md +++ b/README.md @@ -1 +1,21 @@ -# smart-blog-client +# Smart Blog Client + +An open source blog site handler. + +## Installing + +1. Clone the project repo. +``` +$ git clone https://github.com/99xt-incubator/smart-blog-client.git +``` + +2. Install the dependencies. +``` +$ cd smart-blog-client +$ npm install +``` + +3. Run the dev server. +``` +$ ng serve +``` \ No newline at end of file