winget install --id=Tunepack.Tunepack -e
A modern tool for finding and downloading high quality audio files
Tunepack Desktop is a modern tool designed to help users find and download high-quality audio files efficiently.
Key Features:
Audience & Benefit:
Ideal for content creators, educators, and professionals who require high-quality audio files for their projects or workflows. Tunepack Desktop streamlines the process of finding and managing audio resources, saving time and effort while maintaining precision and efficiency.
npm install
cp .env.example .env
npm run dev
To easily create a scaffolds of components etc. we use Plop.
Please make sure you install Plop first: npm install plop --g
plop component
To package the app for the local platform:
GA_TRACKING_ID=x npm run package
To package the app for the local platform:
GA_TRACKING_ID=x npm run package:ci
The packaged app will be inside the release
directory.
GA_TRACKING_ID=x npm run package:all
First generate an Github access token here: https://github.com/settings/tokens
Then add an env var called GH_TOKEN
with that token value to your env vars so:
sudo nano ~/.bash_profile
Then run
npm run package:ci
Debugging:
DEBUG=tunepack:* npm run dev
Debugging soulseek:
DEBUG=slsk:* npm run dev