Skip to content

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

License

Notifications You must be signed in to change notification settings

niksilver/mastodon-bookmark-rss

 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 49.0%
  • TypeScript 16.4%
  • HTML 14.5%
  • Dockerfile 7.8%
  • Svelte 7.2%
  • JavaScript 3.3%
  • CSS 1.8%