Mammudeck is a Tweetdeck-like interface to the Mastodon social media platform. It is written in Elm, and uses the billstclair/elm-mastodon package to handle the wire protocol.
This is a work in progress.
For development:
cd ~/.../elm-mammudeck
elm reactor
Then aim your browser at http://localhost:8000/site/index.html
After code changes, use bin/build
to create site/elm.js
, then reload the browser window.
To test Mammudeck.EncodeDecode
:
cd ~/.../elm-mammudeck
elm-test
Bill St. Clair, 4 July 2019