Skip to content

Commit 38b951b

Browse files
authored
add simple running locally section (#254)
1 parent 871385a commit 38b951b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@ For more details, check out the [release notes](https://github.com/RedisInsight/
1717

1818
This repository contains the source code for the Redis for VS Code extension. Install the extension from the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=redis.redis-for-vscode).
1919

20+
## Running locally
21+
22+
* Run following installation commands.
23+
24+
```yarn install```
25+
26+
```yarn download:backend```
27+
28+
* On the VS Code sidebar, click on the "Run and Debug" icon.
29+
* Choose the "Run Dev Extension" configuration and click the run button next to it.
30+
* Application will be ran in watch mode and new VS Code window should open.
31+
2032
## Feedback
2133

2234
We welcome your feedback and contributions to make Redis for VS Code even better. Here’s how you can get involved:

0 commit comments

Comments
 (0)