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

https://github.com/cyf/faforever-tauri

A third-party music player that replaces Synology DS Audio client
https://github.com/cyf/faforever-tauri

faforever

Last synced: 3 months ago
JSON representation

A third-party music player that replaces Synology DS Audio client

Awesome Lists containing this project

README

        

# FaForever

[![Test](https://github.com/cyf/faforever-tauri/actions/workflows/test-app.yml/badge.svg)](https://github.com/cyf/faforever-tauri/actions/workflows/test-app.yml)
[![Publish](https://github.com/cyf/faforever-tauri/actions/workflows/publish.yml/badge.svg)](https://github.com/cyf/faforever-tauri/actions/workflows/publish.yml)
[![GitHub Release](https://img.shields.io/github/v/release/cyf/faforever-tauri)](https://github.com/cyf/faforever-tauri/releases)
[![GitHub License](https://img.shields.io/github/license/cyf/faforever-tauri)](https://github.com/cyf/faforever-tauri/blob/main/LICENSE)

## Setup

Make sure to install the dependencies:

```bash
# npm
npm install

# pnpm
pnpm install

# yarn
yarn install
```

## Development

```bash
# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev
```

## Production

Build the application for production:

```bash
# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build
```