Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aboodman authored Dec 6, 2023
1 parent a2e8ac4 commit 094250e
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,32 @@ npm install @rocicorp/reflect-yjs@latest

To explore an example, such as the CodeMirror integration, follow these steps:

1. **Install dependencies**
1. Close this repository

```bash
git clone [email protected]:rocicorp/reflect-yjs.git
cd reflect-yjs
```

2. **Install dependencies**

```bash
npm install
```

2. **Build the project**
3. **Build the project**

```bash
npm run build
```

3. **Navigate to the example directory**
4. **Navigate to the example directory**

```bash
cd examples/codemirror
```

4. **Start the example**
5. **Start the example**
```bash
npm run watch
```
Expand Down

0 comments on commit 094250e

Please sign in to comment.