Skip to content

v0.1.1

Choose a tag to compare

@temidaradev temidaradev released this 31 Jan 18:55
· 1298 commits to master since this release

added dmg for mac. Im still working on making this a flatpak but its just really hard, maybe on next release. Currently there is an install script for linux u can use that.

git clone https://github.com/temidaradev/rusic
cd rusic
chmod +x install.sh
./install.sh

Build Instructions

Follow these steps to build and run Rusic on your local machine.

install the source code from below

Prerequisites

  • Rust: Ensure you have the latest stable Rust installed. Install Rust
  • Node.js: Required for Tailwind CSS processing. Install Node.js
  • dioxus-cli: You can install dioxus-cli with this command cargo install --locked dioxus-cli (this will take a bit)

Quick Start

  1. Install dependencies:
    npm i

  2. Run the application (dev):
    Use the provided Makefile to handle CSS generation and run the app make run
    or for better experience you can use dx serve for development

For building the app use dx build --release command and you will probably be able to run the executable in the printed location

Please open an issue if you face an error or an issue, if you can fix it just send a PR (please keep the ai usage as minimum as possible)