zalando-zmon / service-level-reporting

Calculate SLI/SLO metrics from ZMON's timeseries data
Other
9 stars 10 forks source link

Improve UI installation #148

Closed elauria closed 5 years ago

elauria commented 5 years ago

Currently setting up the UI locally requires a user to do: 1.- npm install 2.- npm run build 3.- npm run dev

Normally step 2 is not needed, but since the App dependencies are resolved by bower, it has to be run.

Adding a postinstall step to resolve dependencies would allow users to avoid running step 2.