Skip to content

Latest commit

ย 

History

History
73 lines (49 loc) ยท 1.33 KB

File metadata and controls

73 lines (49 loc) ยท 1.33 KB

LightMusic logo

Light Music

A cross-platform minimalist style music player

release platform license


home page

โœจ Features

  • ๐Ÿšข Cross Platform. Compatible with macOS, Windows, and Linux
  • ๐Ÿ“ Simple interface. Less is more
  • ๐Ÿš€ Powered by React, Vite, and Electron

โš™ Run

Clone the code

$ git clone https://github.com/jinsuichen/LightMusic.git

Install

$ npm install

Develop

$ npm run dev

Build

# For Windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux

๐Ÿ“œ License

GPL V3