Skip to content

Commit

Permalink
Merge pull request #20 from harmonydata/woodthom2-patch-1
Browse files Browse the repository at this point in the history
Add link to video
  • Loading branch information
woodthom2 authored May 25, 2024
2 parents 49ed983 + c6bb95c commit f84710a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ You can access Harmony in your browser at `http://localhost:3000/app#/`.

## How to run this front end and connect to localhost API

[Watch a video tutorial on how to run the Harmony front end locally and connect to Harmony API on localhost](https://youtu.be/1xp3Uh6dptg?si=g2CkXGEJCtevgdzY)

Run the [Harmony API](https://github.com/harmonydata/harmonyapi) app in Python.

Open `.env` and change `REACT_APP_API_URL` to `http://localhost:8000` and change `REACT_APP_ABSOLUTE_URL_PREFIX` to `http://localhost:8000/app` (so that the front end knows that it's running on localhost and that it should connect to a localhost API)
Expand Down

0 comments on commit f84710a

Please sign in to comment.