blockchainworkbench / workbench-ui

UI of blockchain workbench landing page
0 stars 0 forks source link

retrieve jsonfeed data #8

Closed severus-sn4pe closed 5 years ago

severus-sn4pe commented 5 years ago

initial implementation of retrieve data #4 with redux-saga

severus-sn4pe commented 5 years ago

I've added a .env file with REACT_APP_JSONFEED_BASE currently set to https://raw.githubusercontent.com/severus-sn4pe/jsonfeed/demo-content/docs/ for testing, as I didn't push the jsonfeed to the organization repository yet.

This file isn't supposed to be in the repo, right?

For the deployment onto the gh-pages branch, the content of this file gets packed into the bundle anyway, so it shouldn't be needed here I think.