From 31b76095bf17bf65f9169600523f02ccbbc3e803 Mon Sep 17 00:00:00 2001 From: msk4862 Date: Sun, 1 Nov 2020 16:48:28 +0530 Subject: [PATCH] updated readme [ci skip] --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89c9aed..0fbc341 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

WhatUp

- A simple Blog web app implemented using React and Firebase Backend. + A simple markdown supported Blog web app implemented using React and Firebase Backend.

@@ -15,6 +15,7 @@ - User Login, SignUp and User Authentication - Add, delete and edit posts +- Markdown support in Post content and comment - Home page that displays all the posts posted by all the users - Comment and like feature for posts - Notification section @@ -25,6 +26,7 @@ - [ReactJs](https://reactjs.org) - [Firebase](https://firebase.google.com) +- [markdown-to-jsx](https://github.com/probablyup/markdown-to-jsx) ## Getting Started @@ -35,12 +37,16 @@ First install dependencies: ``` +npm install +// or yarn install ``` Then run using: ``` +npm run start +// or yarn start ```