We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8ba498 + 29db22b commit 9a25c78Copy full SHA for 9a25c78
README.md
@@ -60,7 +60,7 @@ To **run and develop** do the following:
60
* Run `npm i`
61
* Run `npm run compile`
62
* Open in Visual Studio Code (`code .`)
63
-* *Optional:* run `tsc -w`, make code changes (on Windows, try `start node ".\node_modules\typescript\bin\tsc -w"`)
+* *Optional:* run `npm run watch`, make code changes
64
* Press <kbd>F5</kbd> to debug
65
66
To **test** do the following: `npm run test` or <kbd>F5</kbd> in VS Code with the "Launch Tests" debug configuration.
0 commit comments