Updated readme to include build instructions README.md
This commit is contained in:
parent
d85df1815c
commit
adf501977f
1 changed files with 12 additions and 0 deletions
12
README.md
12
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.
|
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
|
Testing and Development
|
||||||
---
|
---
|
||||||
There is a [Mocha](https://mochajs.org/) and [Selenium](http://docs.seleniumhq.org/)
|
There is a [Mocha](https://mochajs.org/) and [Selenium](http://docs.seleniumhq.org/)
|
||||||
|
|
Loading…
Reference in a new issue