Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yashraj-n/adobe-discord-rpc
- Owner: yashraj-n
- Created: 2021-04-23T11:29:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-27T11:19:53.000Z (over 3 years ago)
- Last Synced: 2024-04-24T05:30:44.937Z (9 months ago)
- Language: JavaScript
- Size: 913 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 machineClone 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/)