Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.21 KB

README.md

File metadata and controls

56 lines (37 loc) · 1.21 KB

Transmission Remote

Transmission Remote is an desktop application which attempts to replicate the Transmission Mac App functionality for remote clients.

Features

  • 🎨 Similar design to Transmission
  • 🪫 Powered by Electron
  • ⚛ Leverages React
  • 🎹 Automated Releases using GitHub actions

Special Thanks

Initial Setup

npm install

Starting Development

Start the app in the dev environment:

npm start

Packaging for Production

To package apps for the local platform:

npm run package

Running on Mac from GitHub Releases

🤮

 xattr -cr /Applications/Transmission\ Remote.app

Releasing

1. Publish previous draft release
2. yarn version --new-version 1.0.0-beta1 # or equivalent
3. create a new **draft** release
4. re-run publish script