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

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 !

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.