Browser (Firefox and Chrome) extension containing developer tools for e107 developers...
The final, production extension files are generated with webpack to the 'extension' folder.
Install dependencies:
npm install
Run webpack with file watcher:
npm run webpack
Run webpack to generate minified js files:
npm run webpack:prod
Run development server:
npm start