| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Remote Control is a minimal remote desktop app built on top of Electron. Designed to ease things up for better and faster technical support with low effort in mind.
Key Features • How To Use • Download • Credits • License
To clone and install this application, you'll need Git, Node.js (which comes with npm) and Python 3 installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/DinoscapeProgramming/Remote-Control
# Go into the repository
$ cd Remote-Control/client
# Install dependencies
$ npm install
# Build the app
$ npm run build --prod
# Install the app
$ ./build/*.exeTo clone and host this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/DinoscapeProgramming/Remote-Control
# Go into the repository
$ cd Remote-Control/server
# Install dependencies
$ npm install
# Start server
$ node . Note If you're using Linux Bash for Windows, see this guide or use node from the command prompt.
You can download the latest installable version of Remote Control for Windows, macOS and Linux.
This software uses the following open source packages:
dinoscape.com · GitHub @DinoscapeProgramming · Scratch @Dinoscape
| Back | FazBrowse Home | New Git URL |