https://github.com/satoryu/yy
[Under development]
https://github.com/satoryu/yy
discord electron hacktoberfest
Last synced: 3 months ago
JSON representation
[Under development]
- Host: GitHub
- URL: https://github.com/satoryu/yy
- Owner: satoryu
- Created: 2021-10-14T12:27:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-21T17:07:52.000Z (over 4 years ago)
- Last Synced: 2025-01-30T19:48:01.302Z (over 1 year ago)
- Topics: discord, electron, hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YY
YY, わいわい in Japanese, is a desktop application for Discord users to feel atmosphere in a channel on your desktop.
## Development
### Prerequisite
- client id of your Discord application
### Run the application in development
Before starting development, you must create a configuration file.
```sh
cp config/discord.js{.example,}
```
Open `config/discord.js` in your favorite text editor and put your application's client id to the file.
Now, you can launch the application:
```sh
npm install
npm start
```