Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram:panel
> ./README.md
Lenses
(coming soon!)
# Panel
A quick example of gleam running in a mozilla / chromium add-on.
```
wget --accept-regex 'hex\/panel\/' -r https://share.operand.space/hex/panel
cd share.operand.space/hex/panel
git checkout main
```
In Firefox, open <about:debugging#/runtime/this-firefox>,
and click "Load Temporary Add-on..."
> Probably is a similar process in chrome.
Assuming you use `nix`, package using:
```
nix develop --command gleam build
nix develop --command 7z a ../panel.xpi * -r
```