Newer
Older

Valentin Rigal
committed
## Run the application as a web extension
First generate extension distributables with `npm run serve-ext`
This will allow live reloading.

Valentin Rigal
committed
Then depending on the browser you want to use run one of those commands:
* `npm run start:firefox`
* `npm run start:chromium`
## Integration as a JS asset
Run `npm run serve-lib` to start the demo application