Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arthurzhou/dashline

An extreme lightweight Netease music player for both large and small screens.
https://github.com/arthurzhou/dashline

android netease-cloud-music react shadcn-ui tauri

Last synced: 20 days ago
JSON representation

An extreme lightweight Netease music player for both large and small screens.

Awesome Lists containing this project

README

        

# Dashline

**STILL IN EARLY DEVELOPMENT STAGE!!!**

An extreme lightweight Netease music player for both large and small screens.

## Installation

**Windows, MacOS and Linux:**

Go to [Releases](https://github.com/ArthurZhou/Dashline/releases) for binaries or [build yourself](https://github.com/ArthurZhou/Dashline?tab=readme-ov-file#development)

**Android:**

Currently, please build yourself. You need to setup the environment properly first.

Remember to change the code [here](https://github.com/ArthurZhou/Dashline/blob/0ad4bd5cab69704016a78c94c17fb00ea3cc05d6/src-tauri/gen/android/app/build.gradle.kts#L29C5-L42C6) about signing.

**iOS:**

It should work on iOS, but I never test it. Go ahead if you want to do so.

## Development

```shell
# install dependencies
pnpm install

# start dev with tauri
pnpm start

# build for current platform
pnpm build

# build for android
pnpm tauri android build

```