Plex Collection Generator
-
Clone this repo
-
Install dependencies:
$ npm install -
Run locally:
$ npm start -
Build for distribution:
$ npm run dist
All configuration can be found in ./src/configuration/main.js. App logic can be found in ./src/app.js.