forked from rocicorp/replicache-yjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
``` | ||
|