From a051d62bea924be09c42223f60ad88689cdf7798 Mon Sep 17 00:00:00 2001 From: Patrick Joyce Date: Wed, 14 Feb 2024 17:25:58 -0500 Subject: [PATCH] update readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c0d6f8..7412dde 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,12 @@ * Converts BMLT data from JSON to CSV or KML * Note that export of KML is only supported with GetSearchResults. -* Use your semantic interface to build query url \ No newline at end of file +* Use your semantic interface to build query url + +#### Steps to Build Locally + +Using NPM +``` +npm install +npm start +```