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