Skip to content

Commit 6dad738

Browse files
committed
Updated screenshot and README.
1 parent b59743d commit 6dad738

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,19 @@ First you need [NodeJS](https://nodejs.org/en/) installed. Then you need to inst
2323
```
2424
npm install typescript -g
2525
```
26-
Now in Visual Studio Code you can run build task. If you prefer terminal:
26+
Now install all dependencies by:
2727
```
28-
tsc -p tsconfig.json
28+
npm install
29+
```
30+
31+
Or if you are using Yarn:
32+
```
33+
yarn install
34+
```
35+
36+
And run a debug build:
37+
```
38+
npm run watch
2939
```
3040

3141

screenshot.png

-4.47 KB
Loading

0 commit comments

Comments
 (0)