Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikepruett3/reddit-desktop
A simple Reddit Desktop application, built using Electron.js
https://github.com/mikepruett3/reddit-desktop
desktop-app desktop-application electron electron-app reddit
Last synced: about 1 month ago
JSON representation
A simple Reddit Desktop application, built using Electron.js
- Host: GitHub
- URL: https://github.com/mikepruett3/reddit-desktop
- Owner: mikepruett3
- License: mit
- Created: 2023-02-26T18:41:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-07T23:21:53.000Z (over 1 year ago)
- Last Synced: 2023-08-07T23:40:43.761Z (over 1 year ago)
- Topics: desktop-app, desktop-application, electron, electron-app, reddit
- Language: JavaScript
- Homepage:
- Size: 307 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reddit Desktop
Reddit Desktop is a simple Desktop application, built using [ElectronJS](https://www.electronjs.org).
## Installation
Dowload the latest [release](https://github.com/mikepruett3/reddit-desktop/releases) for Windows, Linux and MacOS.
For Windows... a standard Exectuable is provided, as well as a NuGet package.
## Features
- Spell Check
- Control for Hardware Acceleration## Launching
To run, just launch the executable via the Desktop Shortcut, or the Executable directly.
Hardware Acceleration is disabled at launch
## Building
To build locally, clone the repository and install the dependencies.
```powershell
git clone https://github.com/mikepruett3/reddit-desktop.git
cd reddit-desktop
npm install electron
npm install @electron-forge/cli
```To run the application locally.
```powershell
npm run start
```To build the application installer.
```powershell
npm run make
```## Dependencies
- electron-squirrel-startup
- publisher-github
- electron-forge
- electron-storage
- electron