Cross-platform remote.it "initiator" desktop application
The desktop application serves one primary purpose which is to create a Peer-to-Peer connection to a remote.it device. It downloads and installs connectd on the current system and then runs connectd to establish a Peer-to-Peer connection.
- Your connections are persisted to
~/.remoteit/connections.json. You can add/remove connection manually if you'd like. Make sure to restart the desktop if you change this file.
nvm install
nvm use
npm install
npm startClick the system tray icon with command+option to open with dev tools.
Tests are written using Jest. End-to-end tests are in tests/e2e.
Copy the backend/.env.example file to backend/.env and then fill in the values.
# in one tab:
npm start
# in another tab:
npm run test-e2e