- Install node packages via NPM or Yarn
- run
node | yarn start
- When requested, input the full URL for the website that you'd like to scan
- View your scan results in
output/scan-results.html
Caveat:
If you're running Node <14.0, you'll need to add the --experimental-modules
flag when executing node.