https://github.com/douxxtech/konata-desktop
A simple konata dancer for linux and macos desktops !
https://github.com/douxxtech/konata-desktop
app dance desktop konata konata-desktop
Last synced: about 2 months ago
JSON representation
A simple konata dancer for linux and macos desktops !
- Host: GitHub
- URL: https://github.com/douxxtech/konata-desktop
- Owner: douxxtech
- License: mit
- Created: 2025-02-26T16:03:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-11T10:13:44.000Z (6 months ago)
- Last Synced: 2025-12-27T01:59:10.935Z (5 months ago)
- Topics: app, dance, desktop, konata, konata-desktop
- Language: JavaScript
- Homepage: https://npmjs.com/package/konata-desktop
- Size: 5.86 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Konata Desktop
> To get any support, please contact me on discord: `@douxx.tech` or contact me at douxx@douxx.tech
Konata Desktop is an Electron application that displays konata dancing on your desktop.
This application is designed to run on macOS and Linux operating systems.
## Installation
To install Konata Desktop, use npm:
```bash
npm install -g konata-desktop
```
## Usage
To start Konata Desktop, use the following command:
```bash
konata-desktop
```
or
```bash
kond
```
**WARNING**: If when one of these commands are used, it says "electron: command not found" please run
```bash
npm install -g electron
```
## Dependencies
- `axios`: For making HTTP requests.
- `electron`: The framework for creating the desktop application.
## Development
1. **Clone the repository**:
```bash
git clone https://github.com/douxxtech/konata-desktop.git
cd konata-desktop
```
2. **Install dependencies**:
```bash
npm install
```
3. **Start the application**:
```bash
npm start
```
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.