To build the extension, run:
$ npm install
$ npm run build
The result will be a .tgz
file that can be deployed
The resulting .tgz
file contains an install-extension.sh
script that should be used to deploy the extension
to an AWS S3 bucket.
The webpack dev server is used to rebuild the extension when any file changes, and to serve the extension over HTTPS.
To start the dev server, run:
$ npm install
$ npm run watch
This will start a web server that listens on port 9030
, on the domain local-dev.symphony.com
.