Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 385 Bytes

File metadata and controls

21 lines (14 loc) · 385 Bytes

Plex Wrap

Electron wrapper allowing Plex to run in a standalone window.

Building and Installing

Download the source and run the following in the directory to install dependencies:

npm install

Then you can use the following to either run from the console, or build to an application native to your machine:

npm run start
npm run build