zaaath / automerge-tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The absolute most minimal example of using Automerge.

See the step-by-step tutorial on the Automerge docs

Usage

Use your favorite HTTP server.

For example,

python -m SimpleHTTPServer

or

npm -i g http-server
http-server .

Safari users

This tutorial uses BroadcastChannel which, at the time of this writing in January 2022, is not available on Safari. Use the Technical Preview (Safari TP).

License

MIT

About


Languages

Language:CSS 75.8%Language:JavaScript 20.4%Language:HTML 3.8%