zachleat / speedlify

Benchmark the web performance and accessibility of sites over time.
https://www.speedlify.dev/
MIT License
922 stars 168 forks source link

Add step with running tests to README #3

Closed dmgawel closed 4 years ago

dmgawel commented 4 years ago

Starting Eleventy on its own does not trigger tests and leaves user with an empty dashboard on first run. This change adds a test-pages step to local instructions to actually perform tests before opening dashboard.

alexcroox commented 4 years ago

It should also be known that a fresh install of this, running npm run start returns Cannot GET / when visiting http://localhost:8081/

It was only by chance when browsing the _site folder I tried http://localhost:8081/mysitename and saw a rendered page at last