Quick Discord RPC application for perseverance landing
git clone https://github.com/ckohen/perseveranceRPC.git
cd perseveranceRPC/or
- Download the project from here,
 - Unzip the folder and open it,
 - Make sure NODE.JS is installed,
 - Open the folder in CMD/Powershell and go to the Installation.
 
npm inpm startInstall PM2 with
npm install pm2 -gRun the app by executing the following command in the project's directory
pm2 start npm --name discordrpc -- startIf you close the terminal window the project will keep running. To stop the RPC use
pm2 stop discordrpc