lighthouse/lighthouse-viewer
Konrad Dzwinel 487acd4cdd new_audit(tap-targets): verify tap targets are well sized and distinct (#5846) 2019-01-28 16:04:16 -05:00
..
app viewer: allow loading RunnerResult json (#7031) 2019-01-21 15:46:56 -08:00
test new_audit(tap-targets): verify tap targets are well sized and distinct (#5846) 2019-01-28 16:04:16 -05:00
types core(tsc): add type checking to viewer (#5258) 2018-05-18 18:52:10 -07:00
.eslintrc.js tests(eslint): update eslint (and goog config) to latest (#3396) 2017-10-11 16:26:40 -07:00
README.md clients: simplify viewer build process (#6426) 2018-10-30 18:12:21 -07:00
tsconfig.json misc: rename typings/ to types/ (#6617) 2018-11-20 14:58:21 -08:00

README.md

Lighthouse Viewer

Online at https://googlechrome.github.io/lighthouse/viewer/

Development

Run the following in the root folder of a Lighthouse checkout:

  • yarn
  • yarn build-viewer

This compiles and minifies app/src/main.js using uglify-es. Results are written to dist/viewer/.

Deploy

Deploys should be done as part of the Lighthouse release process. To push the viewer to the gh-pages branch under viewer/, run the following in the root folder of a Lighthouse checkout:

yarn deploy-viewer

For more information on deployment, see releasing.md.