From adf501977fa40356fd78cd460bd523e2c66f4753 Mon Sep 17 00:00:00 2001 From: Peter Snyder Date: Sat, 11 Nov 2017 09:06:37 -0500 Subject: [PATCH] Updated readme to include build instructions README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index c79bc39..7601c6e 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,18 @@ If thats of interest, please feel free to email (psnyde2@uic.edu) or open an issue for the standard that you're interested in. +Building +--- +You can build the extension with the following steps: + +``` +npm install +npm run bundle + +# You'll then have a zip'ed up version of the extension at `dist/webapi_manager.zip` +``` + + Testing and Development --- There is a [Mocha](https://mochajs.org/) and [Selenium](http://docs.seleniumhq.org/)