Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.
/ faforever-tauri Public archive

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

License

Notifications You must be signed in to change notification settings

cyf/faforever-tauri

Repository files navigation

FaForever

Test Publish GitHub Release GitHub License

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

Development

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build