Kreck is a desktop application that lets you control sound and music in Discord bots from your phone or other devices. It integrates with Kenku FM, an application that allows seamless connection with music bots on Discord.
- 🎶 Remote Sound Control: Manage Discord bots with your smartphone or tablet.
- 🖥️ Cross-Platform: Available for Linux, macOS, and Windows.
- 🌐 Web-Based Interface: Accessible, simple and modern, any device can run.
- ⚡ Built with Tauri: Efficient and lightweight desktop application.
- Rust: The main programming language used for backend logic.
- Tauri: Framework for building lightweight and cross-platform desktop applications.
- Rocket: A web framework written in Rust, serving the web pages accessible from mobile devices.
- HTML + CSS + JavaScript: For building the user interface and frontend logic.
For up-to-date information on dependencies for each platform (Linux, macOS, and Windows), please visit the official Tauri documentation.
-
Clone the repository:
git clone https://github.com/Lucas-BRT/Kreck.git cd Kreck
-
Install dependencies:
npm install
-
Run the development server:
npm run tauri dev
To create a production build:
npm run tauri build
- Fork the repository.
- Create a new branch for your feature:
git checkout -b feature-name
- Make your changes and commit:
git commit -m "Add a new feature"
- Push to your fork:
git push origin feature-name
- Open a Pull Request.
- Linux: Follow the prerequisites and installation instructions on the Tauri website.
- macOS & Windows: Simply ensure Rust and Node.js are installed, and run the build commands.
This project is licensed under the MIT License. See the LICENSE file for details.