Personal fork of Tooty
Go to file
2017-04-23 14:39:11 +02:00
public Gain real estate with large notifications. 2017-04-23 14:39:11 +02:00
src Gain real estate with large notifications. 2017-04-23 14:39:11 +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 WiP: Add status action buttons. (#32) 2017-04-23 10:18:47 +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