From dcfb78502bbf29646f64b50b9edefd8f3cad55dc Mon Sep 17 00:00:00 2001 From: Jay Mistry Date: Fri, 19 Oct 2018 23:37:32 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e89a39a..aac29a6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ ## Bhagvad Gita App -This app uses react. \ No newline at end of file +You can visit the app [here](https://rossoskull.me/gita) + + +This is a ReactJS app, which uses the [bhagavadgita.io API](https://bhagavadgita.io/api/). + +### Running on your local system +#### Installing & setting up +``` sh +$ npm install +``` +#### Running the app +``` sh +$ npm start +``` +#### Building the app +```sh +$ npm run build +``` From b62355142effdf2362e2fb6d8117a3e1163dcfae Mon Sep 17 00:00:00 2001 From: Jay Mistry Date: Fri, 19 Oct 2018 23:41:38 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aac29a6..9d6eccb 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,16 @@ You can visit the app [here](https://rossoskull.me/gita) This is a ReactJS app, which uses the [bhagavadgita.io API](https://bhagavadgita.io/api/). ### Running on your local system +#### Clone the repository +```sh +$ git clone https://github.com/rossoskull/gita.git +``` #### Installing & setting up -``` sh +```sh $ npm install ``` #### Running the app -``` sh +```sh $ npm start ``` #### Building the app From 57bb4339cab3f565621e9ec59e14cf409160ab93 Mon Sep 17 00:00:00 2001 From: Jay Mistry Date: Fri, 19 Oct 2018 23:46:24 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9d6eccb..1425f92 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,4 @@ $ npm start ```sh $ npm run build ``` +#### You can view the app at `http://localhost:3000`