Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

ckohen/perseveranceRPC

Repository files navigation

PerseveranceRPC

Quick Discord RPC application for perseverance landing

Downloading

git clone https://github.com/ckohen/perseveranceRPC.git
cd perseveranceRPC/

or

  1. Download the project from here,
  2. Unzip the folder and open it,
  3. Make sure NODE.JS is installed,
  4. Open the folder in CMD/Powershell and go to the Installation.

Installation

npm i

Running Project

npm start

PM2 alternative

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

License

MIT