From 507cef0cdc20f355f8cce1355d16fedd17eca278 Mon Sep 17 00:00:00 2001 From: piyush4for <67409557+piyush4for@users.noreply.github.com> Date: Sun, 13 Mar 2022 15:06:51 +0530 Subject: [PATCH] Updated Readme just corrected how to run --- readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/readme.md b/readme.md index 3716b3c..7df8310 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,19 @@ A very **warm** welcome to this app, my fellow coders! > Live website link: [CPtracker Live](https://cptracker.herokuapp.com/) +## Getting Started +First, run the development server: + +```bash +npm install +cd client && npm install && cd .. +npm run dev +# or +yarn dev +``` + +Open [http://localhost:3000](http://localhost:3000) with your browser to see the result ### About --- This app will track and present the **Past, Live and Future contests** on the most popular sport programming sites.