Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 700 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 700 Bytes

TestMySite 🕵🏼‍♀️

This tool is built with Vue.js, and uses the PageSpeed Insight API from Google. It lets you test the SEO, performance and accessibility of any site.

Get the project up and running locally

  1. git clone this repository, or download the zip-file.
  2. Navigate to the project folder and run yarn install from the terminal.
  3. Run yarn serve and the project should be up and running on http://localhost:8080/.

To build production files, run

yarn run build

To run unit tests, run

yarn test:unit

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.