• Operand
  • can sell console.

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