Skip to content

Commit

Permalink
Adjust readme
Browse files Browse the repository at this point in the history
  • Loading branch information
farisd16 committed Nov 18, 2024
1 parent 2b98b49 commit cd81e42
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,29 @@ This is an IDE-integrated Visual Studio Code extension for the UML modeling edit

## Installation

First install dependencies
Install all dependencies

```
npm run instal:all
```

Then start webview apps
## Development

### Debug extension

First, run the menu webview app

```
npm start:webviews
npm run start:menu
```

## Development
Then, in another terminal tab, run the editor webview app

```
npm run start:editor
```

Finally, in order to debug the extension in VS Code, press `F5`, or press `Ctrl+Shift+P` and type `Debug: Start Debugging`.

### Release a new version

Expand Down

0 comments on commit cd81e42

Please sign in to comment.