0.1.2 • Published 5 years ago
lighthouse-monitor v0.1.2
Lighthouse Monitor
Setup
Step 1: Install Chrome or Chromium on your machine.
Step 2: Run
npm run build
to install all dependencies.Step 3: Run
npm run start http(s)://<your-url>/
to start the test.
The script will create a folder with the domain name of your website, that includes your Lighthouse results in .json format. It will compare the results of past tests with the current test, and show you how good or bad you website performed in comparison.