Getting started
Building this application from source requires Node.js and some web IDE.
First clone project and install dependencies:
Run these commands to build a locally debuggable version:
Available Commands¶
This extension is build with extension-cli. Refer to user guide for further details relating to building the extension.
Command | Description |
---|---|
npm run start |
development build |
npm run build |
production build |
npm run docs |
generate docs |
npm run test |
run unit tests |
npm run clean |
clean generated files |
npm run coverage |
unit test coverage report |
npm run translate |
generate locales |
Debugging¶
- Go to
chrome://extensions
- Enable developer mode
- Click
load unpacked
- Navigate to the extension source and choose
dist
directory