logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install qier222/YesPlayMusic. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

qier222/YesPlayMusic Installation Guide

How to install qier222/YesPlayMusic. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for qier222/YesPlayMusic. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i qier222/YesPlayMusic
or

Install via npx

npx @hexmos/ipm i qier222/YesPlayMusic

Prerequisites

Node.js

language

Version: 18.0.0

Yarn

package_manager

Version: 2.7.1

Electron

build_tool

Version: 15.0.0

NeteaseCloudMusicApi

service

Version: v2.0.0

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Clone Repository and Install Dependencies

git clone --recursive https://github.com/qier222/YesPlayMusic.git

yarn install

cp .env.example .env

yarn electron:serve

Install Node.js and NeteaseCloudMusicApi

npm install -g yarn

yarn netease_api:run

Build and Run Docker Container

docker build -t yesplaymusic . && docker run -d --name YesPlayMusic -p 80:80 yesplaymusic

Build and Run Electron App

yarn electron:build --windows nsis:ia32

yarn electron:build --windows nsis:arm64

yarn electron:build --linux deb:armv7l

yarn electron:build --macos dir:arm64

Post Installation Steps

  • Open your browser and navigate to the application's URL (e.g., http://localhost:8080).
  • You should see the application's home page.