1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-01-12 00:46:29 +01:00
Whalebird è un client Mastodon, Pleroma e Misskey per applicazioni desktop Quando ricevi una notifica, questa viene notificata al tuo desktop. È possibile personalizzare il tema a piacere https://mastodon.it
Go to file
2018-03-23 01:06:49 +09:00
.electron-vue
build/icons refs #88 Update mac icons to rounded 2018-03-22 17:23:20 +09:00
dist
packages
src refs #90 Fix header margin 2018-03-22 18:33:31 +09:00
static
test
.babelrc
.eslintignore
.eslintrc.js
.gitignore
.travis.yml
appveyor.yml
Makefile refs #90 Fix header margin 2018-03-22 18:33:31 +09:00
package-lock.json
package.json fix: Add license in package.json 2018-03-22 16:55:58 +09:00
README.md ref: Add README 2018-03-23 01:06:49 +09:00

whalebird

Whalebird is a mastodon client for desktop application. If you want to use release build, please download from release page.

Feature

  • Slack like interface
  • Notify to desktop
  • Streaming
  • Many keyboard shortcuts
  • Manage multiple accounts

Install

Mac

Download from release page, and to decompress. I recommend that you move whalebird.app to /Applications.

Please wait for distribute in Mac app store, I'm preparing.

Linux

Download from release page, and to decompress. I'm preparing deb and rmp packages.

Windows

TODO. Please wait...

Development

# clone this repository
$ git clone https://github.com/h3poteto/whalebird-desktop.git
$ cd whalebird-desktop

# install dependencies
$ npm install

# serve with hot reload at localhost:9080
$ npm run dev

Release

I prepared Makefile for production release.

# for linux
$ make VERSION=0.1.0 PLATFORM=linux

# for mac
$ make VERSION=0.1.0 PLATFORM=darwin CERTNAME="Develper ID Application: NAME (ID)"

License

The software is available as open source under the terms of the MIT License.