Personal fork of Tooty
Go to file
Nicolas Perriault bbc3efeec8 Better follow notifications. (#38)
- improve the follow notification layout and displayed information of followers
- fixes an issue with them not being actually aggregated
- fixes a bug where reblog action button was highlighted when it was actually a fave
2017-04-24 11:46:14 +02:00
public Better follow notifications. (#38) 2017-04-24 11:46:14 +02:00
src Better follow notifications. (#38) 2017-04-24 11:46:14 +02:00
.gitignore Put Elm files into src/ and assets into public/ (#4) 2017-04-20 14:38:52 +02:00
.travis.yml Travis integration (#22) 2017-04-21 14:49:00 +02:00
elm-package.json Aggregate notifications. (#37) 2017-04-23 21:49:04 +02:00
package.json WiP: Add status action buttons. (#32) 2017-04-23 10:18:47 +02:00
README.md Updated README. 2017-04-23 10:30:31 +02:00

tooty

An experimental Mastodon client written in Elm. It is not usable yet.

Setting up the development environment

$ npm i

Starting the dev server

$ npm start

Starting the dev server in live debug mode

$ npm run debug

Building

$ npm run build

Deploying to gh-pages

$ npm run deploy

The app should be deployed to https://[your-github-username].github.io/tooty/

Licence

MIT