Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.
/ perseveranceRPC Public archive

Quick Discord RPC application for perseverance landing

License

Notifications You must be signed in to change notification settings

ckohen/perseveranceRPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a126b3b · Feb 23, 2021

History

29 Commits
Feb 22, 2021
Feb 22, 2021
Feb 16, 2021
Feb 19, 2021
Feb 16, 2021
Feb 23, 2021
Feb 22, 2021
Feb 22, 2021
Feb 23, 2021
Feb 23, 2021
Feb 22, 2021
Feb 23, 2021
Feb 22, 2021
Feb 23, 2021
Feb 22, 2021
Feb 22, 2021

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