An open API service indexing awesome lists of open source software.

https://github.com/eigerco/lumina-extension-template


https://github.com/eigerco/lumina-extension-template

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Lumina Extension Template

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

![image](https://github.com/user-attachments/assets/66f44323-52cc-4820-b768-c59a63f4fdd5)

## 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