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: 8 months ago
JSON representation
A third-party music player that replaces Synology DS Audio client
- Host: GitHub
- URL: https://github.com/cyf/faforever-tauri
- Owner: cyf
- License: mit
- Created: 2023-10-16T11:51:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T06:12:18.000Z (over 1 year ago)
- Last Synced: 2024-07-15T07:31:58.603Z (over 1 year ago)
- Topics: faforever
- Language: TypeScript
- Homepage: https://chenyifaer.com/faforever
- Size: 3.65 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# FaForever
[](https://github.com/cyf/faforever-tauri/actions/workflows/test-app.yml)
[](https://github.com/cyf/faforever-tauri/actions/workflows/publish.yml)
[](https://github.com/cyf/faforever-tauri/releases)
[](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
```