elstat/priv/frontend
slice d3458ac763
add red notice when some services are unreachable
2018-07-15 21:44:59 -07:00
..
public tweak index.html 2018-07-13 12:32:29 -07:00
src add red notice when some services are unreachable 2018-07-15 21:44:59 -07:00
README.md yarn is cursed 2018-07-13 12:33:54 -07:00
config.json make domain configurable via config.json 2018-07-15 21:21:41 -07:00
package-lock.json switch to recharts 2018-07-13 22:03:12 -07:00
package.json switch to recharts 2018-07-13 22:03:12 -07:00

README.md

elstat frontend

  • cool graphs

install dependencies:

$ npm install

# in a ci, do:
$ npm ci

to build for production:

$ npm run build