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.
Please see docs/deploy.md.
- Clone this repository
- Have Rust, Node and Yarn installed. I recommend rustup for Rust and Volta for installing both Node and Yarn.
- Install entr
- Run
yarn install && yarn dev
to get a devserver atlocalhost:3000
To get a standalone release binary, run yarn install && yarn build && cargo build --release
.
MIT, see LICENSE
.