Skip to content

tsar-boomba/my-feed

Repository files navigation

my-feed

An RSS feed for me.

Building

I'm using sqlite as the database so you might need it installed depending on your OS. I think rusqlite/libsqlite3-sys should compile from source for you though.

Install sqlx-cli and run sqlx database create and sqlx migrate run to create the sqlite db and run the migrations against it. After that you need to build the frontend with cd web && pnpm i && pnpm build. Finally, you can run it with cargo run. For FE development, go to web and run pnpm dev.

About

Self-hostable RSS feed aggregator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors