From b5ca349c6592a820f3c821d37ea4fd3daec783e5 Mon Sep 17 00:00:00 2001 From: Kumaraguru <19eucs071@skcet.ac.in> Date: Thu, 27 Jan 2022 22:53:53 +0530 Subject: [PATCH] Updating instructions --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 260888c..570034c 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,16 @@ For each tag, I want to see metrics that tell me the overall health of the tag: * No login required, unless StackOverflow oauth login to get API access * All application state to be stored client-side instead of on a server-side database * All API calls either run client side if possible, or through a proxy API + + +## Running locally +In order to run Superflow locally, please follow the instructions : + +- Clone the repository into your local system. + ```git clone https://github.com/autonome/superflow.git``` + +- Install all the required dependencies by running the below command, + ```npm install``` + +- Start the local development server, + ```npm start``` -- 2.51.2