Read your favorite text subreddits posts based on how much time you have.
Also available as an iOS app.
Readder is built with F# using Fable to compile it to JavaScript, which means you'll need:
- .NET to build the F# side of things. Get started here.
- Node.js to run the JavaScript code. Head over here to grab it.
Once you have everything setup, you can start the local server by running:
pnpm install # Install dependencies.
pnpm start # Run!
This project uses
pnpm
to handle JavaScript dependencies, but if you don't want to install it you can usenpm
. Just make sure you don't introduce any new dependencies in thepackage.json
withoutpnpm
, since the lockfile is only forpnpm
.
This will run the Vite server and you'll be able to reach the page in http://localhost:3000/.
Every contribution is welcome! Just take a look at the issues to see what's on the making right now or open your own issue if you want any feature to be implemented.
Consider using the gitmoji CLI to follow the commit style ๐
-
Based on Angel Munoz's Fable.Lit template: https://github.com/AngelMunoz/Fable.Lit.Templates
-
Favicon created by Eucalyp