Skip to content

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