Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rossoskull authored Oct 19, 2018
1 parent 275fb17 commit dcfb785
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
## 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
#### Installing & setting up
``` sh
$ npm install
```
#### Running the app
``` sh
$ npm start
```
#### Building the app
```sh
$ npm run build
```

0 comments on commit dcfb785

Please sign in to comment.