README.md
# Panel
A quick example of gleam running in a mozilla / chromium add-on.
```
git clone https://base.bingo/code/panel
```
In Firefox, open <about:debugging#/runtime/this-firefox>,
and click "Load Temporary Add-on..."
Probably is a similar process in chrome.
Package using:
```
nix develop --command 7z a ../panel.xpi * -r
```