Template repository to get you started with developing a browser extension which uses Lumina.
- Install dependencies
$ npm install
- Use webpack to build the extension
$ npm run build
- You can load unpacked extension for development from the
extension
directory or package it once you're ready