Web page performance test report every week in your inbox: Website
git clone -b dev https://github.com/edwinmh/wpr-static-site
cd wpr-static-site
npm install
npx @11ty/eleventy
Or build and host locally for local development
npx @11ty/eleventy --serve
Or build automatically when a template changes:
npx @11ty/eleventy --watch
Or in debug mode:
DEBUG=* npx @11ty/eleventy