Overview:
The repository contains the code for Genshin and Sky music apps where users can access the published apps. It seeks assistance in translations and provides instructions for running the apps in development mode and building them.
Features:
- Composer: Allows users to compose music within the apps.
- Player: Enables users to play music in the apps.
- Translation Assistance: seeking help for translating the apps to other languages.
- Development Mode Running: Instructions for running the apps in development mode.
- Script Execution: Provides multiple scripts for specific app running and building.
- Desktop App Development: Includes instructions on running the desktop app in development mode.
- Building Process: Guides users on how to build the apps.
- Contribution Guidelines: Encourages users to contribute by creating new issues.
Installation:
- Ensure you have Node.js installed on your computer.
- Clone the repository to a local folder.
- Install dependencies by running
npm i
. - To run the development server, use
npm run start
. - Additional scripts are available for running specific apps and building processes, such as
npm run dev:sky
andnpm run build:all
. - For the desktop app, start the development server and run
npm run start-tauri
. - Building commands include
npm run build:genshin
andnpm run build:sky
. - For the desktop app, building commands are
npm run build-tauri:genshin
andnpm run build-tauri:all
.
Summary:
The Genshin and Sky music apps repository provides a platform for composing and playing music, seeking translation assistance, detailed installation guides for development and desktop app running, building processes laid out, and encourages contributions from users through issue creation. The apps offer a unique experience for music enthusiasts and developers alike.