From 72c25f074046590165e9b1aab81e2e3c2a9f672e Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Mon, 20 Aug 2018 18:23:02 -0700 Subject: [PATCH] Document how to build NPM module --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 53a77b34..0b46f709 100755 --- a/README.md +++ b/README.md @@ -34,13 +34,17 @@ Open `http://localhost:8080/webpack-dev-server/` in your browser. # Run tests and lint checks npm test -## Building +## Building the demo site (webmap.org) npm run build npm run serve Open the local ip/port that is output to the console in your browser. +## Building the NPM module + + npm run build-library + ## Testing npm test