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/YesPlayMusicor
Install via npx
npx @hexmos/ipm i qier222/YesPlayMusicPrerequisites
Node.js
languageVersion: 18.0.0
Yarn
package_managerVersion: 2.7.1
Electron
build_toolVersion: 15.0.0
NeteaseCloudMusicApi
serviceVersion: 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:serveInstall Node.js and NeteaseCloudMusicApi
npm install -g yarn
yarn netease_api:runBuild and Run Docker Container
docker build -t yesplaymusic . && docker run -d --name YesPlayMusic -p 80:80 yesplaymusicBuild 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:arm64Post 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.
