Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yashraj-n/adobe-discord-rpc

Discord rpc for Adobe apps
https://github.com/yashraj-n/adobe-discord-rpc

Last synced: 4 days ago
JSON representation

Discord rpc for Adobe apps

Awesome Lists containing this project

README

        

# Discord RPC for Adobe
Simple Discord rpc for Adobe apps

## Installation
Download the latest version from [here](https://github.com/yashraj-n/Adobe-Discord-RPC/releases) and install it

## Usage
Must have electron installed globally on your machine

Clone this repo using git
```bash
git clone https://github.com/yashraj-n/Adobe-Discord-RPC
```
then cd into that directory
```bash
cd "Adobe-Discord-RPC"
```
Install dependencies using
```bash
npm i
# or if u prefer yarn
yarn
```
To start the app simply run
```bash
npm start
# or
yarn start
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)