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.
1 parent 8433029 commit f85a03eCopy full SHA for f85a03e
README.md
@@ -35,7 +35,6 @@ https://visualstudio.microsoft.com/vs/
35
- Install TypeScript if missing `npm install -g typescript`
36
- `npm install`
37
- `tsc --watch` This will compile the TypeScript files & continue to watch them
38
- - If you receive an error about `Command 'tsc' not found`, run `npm install typescript -g`, close the terminal and open a new one.
39
- Open a new terminal in `LogViewer.Client`
40
- `npm run start` Will run the Electron app for development with Chrome DevTools open/launched
41
0 commit comments