Skip to content

Commit

Permalink
Modify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
farisd16 committed Nov 17, 2024
1 parent b42a0ba commit f943a95
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,16 @@ This is an IDE-integrated Visual Studio Code extension for the UML modeling edit

## Installation

First install dependencies in the root directory
First install dependencies

```
npm install
npm run instal:all
```

Then, both for the `editor` and `menu` react apps, move to their directories and install dependencies
Then start webview apps

```
cd {editor | menu}
npm install
```

Then run the script to start the app

```
npm start
npm start:webviews
```

## Development
Expand Down

0 comments on commit f943a95

Please sign in to comment.