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: shape
> ./README.md
Lenses
(coming soon!)
# JSON Sheets
> (Re)Based on [original research](https://github.com/geoffreylitt/json-sheets) by [@geoffrylitt](https://geoffrylitt.com).
A research prototype exploring ideas for extending spreadsheets.
No coherent result yet, just various explorations. Use at your own risk and don't expect good code inside.
See [Twitter](https://twitter.com/geoffreylitt/status/1161033775872118789) for a tad more explanation.
Some of the concepts in play:
* named cells containing JSON
* JQ as a formula language
* build a GUI in a spreadsheet -- input events in the UI
are represented as an append-only immutable stream,
which is then processed by further cells
The `redesign` branch has an alternate version from the `master` one.
## To run
```
yarn install
yarn dev
```
... and open `localhost:3000`