Backpack Reader - Read Reddit without an internet connection.
Backpack Reader is a desktop app for downloading and reading Reddit while offline.
First, clone the repo via git.
And then install the dependencies with yarn.
$ cd Backpack
$ yarn
Start the app in the dev
environment.
$ yarn dev
To package apps for the local platform:
$ yarn package
This project uses Jest as the test runner.
$ yarn test
Coming soon.
app/
Main JavaScript code for Backpack Reader. Components are built with React.
Tech Stack:
All contributions, pull requests, and feedback welcome! Roasts of all kinds welcome
See also the list of contributors who participated in this project.