Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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