Make sure you have met the requirements below before going through the installation.
Download the latest release from Github, unzip it to your desired location and run the following inside that folder:
npm i && npm run start
Open your browser at http://localhost:3000
and you should be up and running.
Run the current test suite.
npm run test
Run eslint over the code base.
npm run lint
Start metrico in a compressed and more performant mode.
npm run production