lighthouse/lighthouse-viewer
Brendan Kenny 9ebf0692de deps: update to tsc 3.2.2 (#6684) 2018-12-10 13:06:44 -08:00
..
app deps: update to tsc 3.2.2 (#6684) 2018-12-10 13:06:44 -08:00
test clients: simplify viewer build process (#6426) 2018-10-30 18:12:21 -07: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.