From 5934e1117591e2d83b64e3a0fb629bb272b0daf2 Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Wed, 10 Jun 2020 18:27:29 +0300 Subject: [PATCH 1/2] docs: update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da1ff6f3..9224a4a2 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,9 @@ package = "@netlify/plugin-lighthouse" pwa = 0.9 ``` -Run `netlify build` locally to check that the plugin works +## Running Locally + +Create a `.env` file based on the [example](.env.example) and run +```bash +npm run local +``` From c8cd7199a5c956392a35a9a168cc00d2cc3bfee2 Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Wed, 10 Jun 2020 18:27:56 +0300 Subject: [PATCH 2/2] docs: update readme.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9224a4a2..19f96027 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ package = "@netlify/plugin-lighthouse" ## Running Locally Create a `.env` file based on the [example](.env.example) and run + ```bash npm run local ```