Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 381 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 381 Bytes

EnhancedNetflix

A better way to watch.

Developers

EnhancedNetflix uses NodeJS to manage development dependencies and compile. To get everything you need:

  1. Install NodeJS and Yarn
  2. Run yarn install in the EnhancedNetflix folder.

Once complete, you can build EnhancedNetflix from source by running yarn build. Compiled files will be placed in the /dist directory.