Trello Desktop
Unofficial Trello Desktop app
OS X 10.8+, Windows 7+ & Linux are supported.
Install
OS X
Download, unzip, and move Trello.app
to the /Applications
directory.
Linux
Download and unzip to some location.
To add a shortcut to the app, create a file in ~/.local/share/applications
called trello.desktop
with the following contents:
[Desktop Entry]
Name=Trello
Exec=/full/path/to/folder/Trello
Terminal=false
Type=Application
Icon=/full/path/to/folder/Trello/resources/app/static/Icon.png
Windows
Download and unzip to some location.
Dev
Built with Electron.
Commands
- Init:
$ npm install
- Run:
$ npm start
- Build OS X:
$ npm run build:macos
- Build Linux:
$ npm run build:linux
- Build Windows:
$ npm run build:windows
- Build all:
$ brew install wine
and$ npm run build
(OS X only)
License
MIT Β© Daniel Chatfield