Skip to content

Commit d6de54d

Browse files
authored
Merge pull request #2 from IceFreez3r/feature/2d-23-automerge-playground
Automerge experiment
2 parents 66bb2e3 + 4cf663e commit d6de54d

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "experiments/automerge-repo-quickstart"]
2+
path = experiments/automerge-repo-quickstart
3+
url = [email protected]:IceFreez3r/automerge-repo-quickstart.git

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)