Online at https://googlechrome.github.io/lighthouse/viewer/
Run the following in the root folder of a Lighthouse checkout:
yarnyarn build-viewer
This compiles and minifies app/src/main.js using uglify-es. Results are written to dist/viewer/.
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-viewerFor more information on deployment, see releasing.md.