-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/rossoskull/gita
- Loading branch information
Showing
1 changed file
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |