Skip to content

Commit 4cf663e

Browse files
committed
Add install instructions
1 parent b6a0f9a commit 4cf663e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

experiments/automerge.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Automerge Quickstart
2+
This is a modified version of the [Automerge Quickstart Repo](https://github.com/automerge/automerge-repo-quickstart) that is used together with the [Automerge Quickstart](https://automerge.org/docs/quickstart/) tutorial. The original repo had the finished code and didn't really allow for following the tutorial, because the code was already done. This repo is a fork of the original repo, but with the code removed, so that you can follow the tutorial and write the code yourself.
3+
4+
You will need a node package manager to run the app.
5+
6+
```bash
7+
git submodule init
8+
git submodule update experiments/automerge-repo-quickstart
9+
cd experiments/automerge-repo-quickstart
10+
npm install
11+
npm run dev
12+
```
13+
14+
Afterwards follow the tutorial on the [Automerge Quickstart](https://automerge.org/docs/quickstart/#architecture-of-an-automerge-app) page.

0 commit comments

Comments
 (0)