Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martineho committed Jan 4, 2024
1 parent 858d716 commit 2e5c60a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,21 @@ Example project showcasing how to use [emerald-json-editor-react](https://www.np

Clone repo, then:

#### `cd emerald-json-editor-react-example/`
```
cd emerald-json-editor-react-example/
```

Install:

#### `npm install`
```
npm install
```

To start in browser, usually on port 3000:

#### `npm start`
```
npm start
```

## Guide

Expand Down

0 comments on commit 2e5c60a

Please sign in to comment.