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 +```