Updated readme to include build instructions README.md

This commit is contained in:
Peter Snyder 2017-11-11 09:06:37 -05:00
parent d85df1815c
commit adf501977f
No known key found for this signature in database
GPG Key ID: 9690F0C12F24762F
1 changed files with 12 additions and 0 deletions

View File

@ -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/)