sleepyfran / readder

πŸ“– Read articles from your favourite website based on how much time you have

Home Page:https://sleepyfran.github.io/readder/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readder πŸ“–

Read your favorite text subreddits posts based on how much time you have.

Also available as an iOS app.

βš™οΈ Building

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 use npm. Just make sure you don't introduce any new dependencies in the package.json without pnpm, since the lockfile is only for pnpm.

This will run the Vite server and you'll be able to reach the page in http://localhost:3000/.

οΈπŸŽ‰ Contributing

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 πŸ˜„

πŸ’¬ Credits

About

πŸ“– Read articles from your favourite website based on how much time you have

https://sleepyfran.github.io/readder/

License:GNU General Public License v3.0


Languages

Language:F# 96.2%Language:HTML 1.6%Language:JavaScript 1.4%Language:CSS 0.8%