dvlden / ultrawideo-v2

Upscale or stretch any video on the web, to make it look great on UltraWide screens.
MIT License
133 stars 20 forks source link

Would it be possible to have some build instructions? #14

Closed momashi closed 5 years ago

momashi commented 5 years ago

Hi, I'm trying to build this project from source. So far I've tried:

cloning the github of the extension

and running:

npm run build webpack --config webpack.config.js webpack --progress --hide-modules --mode production

are there some dependencies needed?

dvlden commented 5 years ago

You'd need to:

npm i
npm run build

Nothing else is needed.

momashi commented 5 years ago

Thanks so, much!