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 i
npm start
Install PM2 with
npm install pm2 -g
Run the app by executing the following command in the project's directory
pm2 start npm --name discordrpc -- start
If you close the terminal window the project will keep running. To stop the RPC use
pm2 stop discordrpc