Skip to content

Commit 369a79a

Browse files
committed
Readme update and check status on login
1 parent 1f663c7 commit 369a79a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

backend/src/Application.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export default class Application {
5151
private startHeartbeat = () => {
5252
// start heartbeat 1bpm
5353
setInterval(this.check, 1000 * 60)
54+
this.check()
5455
}
5556

5657
private check = () => {

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"postinstall": "run-p install-*",
2323
"preversion": "cd frontend && npm version $npm_package_version && cd ../backend && npm version $npm_package_version && git add --all",
2424
"start": "run-p watch-*",
25-
"watch-frontend": "cd frontend && npm start",
2625
"watch-backend": "cd backend && npm run watch-build",
2726
"watch-build": "tsc --watch",
2827
"watch-images": "onchange -i -k 'src/images/**/*' -- npm run copy-images",

readme.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# remote.it Desktop
22

3-
> Cross-platform remote.it "initiator" desktop application
3+
> Cross-platform remote.it desktop application
44
55
## Overview
66

@@ -19,6 +19,13 @@ npm install
1919
npm start
2020
```
2121

22+
Start the frontend react dev server
23+
24+
```shell
25+
cd frontend
26+
npm start
27+
```
28+
2229
Click the system tray icon with command+option to open with dev tools.
2330

2431
## Testing

0 commit comments

Comments
 (0)