Unlighthouse scans your entire site using Google Lighthouse,
with a modern UI, minimal config and smart sampling.
Status: Beta Made possible by my Sponsor Program 💖 Follow me @harlan_zw 🐦 • Join Discord for help |
Run the following command:
npx unlighthouse --site <your-site>
# or PNPM
pnpm dlx unlighthouse --site <your-site>
Requirements: Node >= 14.x, Node 16.x or higher recommended.
Install instructions for all integrations can be found on the docs site.
Need a hand? Join the Discord for one-on-one help.
Unlighthouse will save your reports in outputDir
,
it's recommended you .gitignore these files.
.unlighthouse
If you run into any issues with Unlighthouse, the first step should be to re-run the scan with debugging enabled.
# NPM
npx unlighthouse --site unlighthouse.dev --debug
# or PNPM
pnpm dlx unlighthouse --site unlighthouse.dev --debug
Integration instructions, Guides, API and config spec can be found on docs site.
MIT License © 2022 Harlan Wilton
- modify the code in the packages/client/components
- Simple run all the commands together in terminal
cd packages
cd client npm install npm run build cd ..
cd core npm install npm run build cd ..
cd server npm install npm run build cd ..
cd cli npm install npm run build cd ..
cd ..
npm install node packages/cli/dist/ci.mjs --site https://webbedup.com/ --build-static --urls / npx sirv-cli .unlighthouse