From 0906e4feb59b6618b95e3482997a60b4811acef1 Mon Sep 17 00:00:00 2001 From: bredmond5 Date: Wed, 18 Dec 2024 11:24:49 -0800 Subject: [PATCH 1/2] [other] add to readme local run steps --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4db2de13..626519c0 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ for full details. - [Web Full Reference] # Running locally +Download node 18 (if not using nix) + ```sh node startDev.js +# Navigate to http://localhost:3000/dev.html ``` \ No newline at end of file From 5121263d62ae0e023088cc9086aee21b12d122ed Mon Sep 17 00:00:00 2001 From: bredmond5 Date: Wed, 18 Dec 2024 11:35:19 -0800 Subject: [PATCH 2/2] [other] ENGMT-1983: add copy button and pretty print json --- examples/example.template.html | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/examples/example.template.html b/examples/example.template.html index 12bc1d5e..aed561c4 100644 --- a/examples/example.template.html +++ b/examples/example.template.html @@ -8,10 +8,6 @@ Branch Metrics Web SDK Example App