Snapshot a sample website using a sitemap index.
All examples assume you already have NodeJS installed on your local machine.
- Clone this repo
- Open a command prompt
- Change to the examples/sitemap-index directory
- Run
npm install
- Run
npm start
Snapshots a site using a sitemap-index to drive input processing.
This example creates a local tmp
directory where the snapshot output is stored.
Inspect the output directory structure and contents.
Compare snapshots with the original website to see what happened.