Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 462 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 462 Bytes

Lumina Extension Template

Template repository to get you started with developing a browser extension which uses Lumina.

image

Building

  1. Install dependencies
$ npm install
  1. Use webpack to build the extension
$ npm run build
  1. You can load unpacked extension for development from the extension directory or package it once you're ready