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.
To install Konata Desktop, use npm:
npm install -g konata-desktop
To start Konata Desktop, use the following command:
konata-desktop
or
kond
WARNING: If when one of these commands are used, it says "electron: command not found" please run
npm install -g electron
axios
: For making HTTP requests.electron
: The framework for creating the desktop application.
-
Clone the repository:
git clone https://github.com/douxxu/konata-desktop.git cd konata-desktop
-
Install dependencies:
npm install
-
Start the application:
npm start
This project is licensed under the MIT License - see the LICENSE file for details.
-# There was a lil freaky virus into the code, but it's removed now ;)