Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/rossoskull/gita
Browse files Browse the repository at this point in the history
  • Loading branch information
rossoskull committed Oct 21, 2018
2 parents e346a8b + 57bb433 commit 01bbb85
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,24 @@
## Bhagvad Gita App
This app uses react.
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
$ npm install
```
#### Running the app
```sh
$ npm start
```
#### Building the app
```sh
$ npm run build
```
#### You can view the app at `http://localhost:3000`

0 comments on commit 01bbb85

Please sign in to comment.