https://github.com/eigerco/lumina-extension-template
https://github.com/eigerco/lumina-extension-template
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eigerco/lumina-extension-template
- Owner: eigerco
- Created: 2024-09-05T13:40:49.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-31T11:37:34.000Z (over 1 year ago)
- Last Synced: 2025-03-30T05:32:32.446Z (about 1 year ago)
- Language: JavaScript
- Size: 75.2 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lumina Extension Template
Template repository to get you started with developing a browser extension which uses Lumina.

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