-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (39 loc) · 1.81 KB
/
Copy pathindex.html
File metadata and controls
39 lines (39 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>polyvisor demos</title>
<style>
body { font: 16px/1.5 -apple-system, system-ui, sans-serif; margin: 3em auto; max-width: 36em; padding: 0 1em; color: #333; }
a { color: #b83f45; }
</style>
</head>
<body>
<h1>polyvisor demos</h1>
<ul>
<li>
The TodoMVC surface spike's live demo has been retired: its committed
build vendored a full pre-release (deltic-0.1.0-era) engine bundle
(<a href="https://github.com/polymorph-components/polyvisor/issues/83">issue #83</a>).
The spike source remains archived
(<a href="https://github.com/polymorph-components/polyvisor/tree/main/spikes/todomvc">source</a>,
<a href="https://github.com/polymorph-components/polyvisor/issues/16">design</a>).
</li>
<li>
<a href="demo/">End-to-end TodoMVC demo</a> — the surface app over
the real engine (automerge + keyhive + subduction + storage) under
polyengine: three replicas, two sync paths, live revocation. The live
path rides n0's public relay; the storage pane takes your own
S3-compatible endpoint or a Dropbox app via the Storage… dialog,
whose provider config panels are themselves sandboxed components
(<a href="https://github.com/polymorph-components/polyvisor/issues/20">design</a>,
<a href="https://github.com/polymorph-components/polyvisor/issues/22">visor</a>,
<a href="https://github.com/polymorph-components/polyvisor/tree/main/demo">source</a>).
Dropbox note: the <em>Connect Dropbox</em> (OAuth) button needs this
page's URL registered as a redirect URI in your Dropbox app console;
pasting a console-generated access token works without that.
</li>
</ul>
</body>
</html>