Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 769 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 769 Bytes

mastodon-bookmark-rss

A small web service to let you connect your mastodon bookmarks to your RSS reader.

Use the instance at woodland.cafe or explore the options for self-hosting below.

Operating it yourself

Please see docs/deploy.md.

Running it locally

  1. Clone this repository
  2. Have Rust, Node and Yarn installed. I recommend rustup for Rust and Volta for installing both Node and Yarn.
  3. Install entr
  4. Run yarn install && yarn dev to get a devserver at localhost:3000

To get a standalone release binary, run yarn install && yarn build && cargo build --release.

License

MIT, see LICENSE.