A better way to watch.
EnhancedNetflix uses NodeJS to manage development dependencies and compile. To get everything you need:
- Install NodeJS and Yarn
- 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.