Graphs and resource stats for sites in Local by Flywheel.
Addon for Local by Flywheel that shows graphs and resource stats for individual local sites.
Place the repository into the following directory depending on your platform:
~/Library/Application Support/Local by Flywheel/addons
If you chose to clone instead of downloading a release you will need to use npm to install any production dependencies. This can be done by opening the directory in your shell of choice and typing npm i --production
.
npm install
All files in /src
will be transpiled to /lib
using Babel. Anything in /lib
will be overwritten.
npm run-script build
Not familiar with some or any of these terms? Here are a few resources to get you up to speed.
MIT