Install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev:web
# build for production
npm run build:web
# serve with hot reload
npm run dev:ext
# build for production
npm run build:ext
The extension build will be found in build
folder.
To install extension, open Chrome, go to Extensions, activate Developer mode, select Load unpacked, choose build
folder from disk.
Changes in manifest file need an extension reload.
For detailed explanation on how things work, checkout the CLI Readme.